mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 13:56:06 -04:00
--User changes
-Allow for an opacity greater than 1, which can have the effect of highlighting a specific xform.
This commit is contained in:
@ -303,7 +303,7 @@ bool EmberRender(int argc, _TCHAR* argv[], EmberOptions& opt)
|
||||
bool doOnlyExr16 = doExr16 && !doExr32;
|
||||
vector<byte> rgb8Image;
|
||||
vector<std::thread> writeFileThreads;
|
||||
writeFileThreads.reserve(5);
|
||||
writeFileThreads.reserve(6);
|
||||
|
||||
if (doBmp || doJpg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user