mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -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:
@ -340,7 +340,7 @@ bool EmberAnimate(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