mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
export raw histogram data
This commit is contained in:
@ -603,6 +603,8 @@ bool EmberGenome(int argc, _TCHAR* argv[], EmberOptions& opt)
|
||||
renderer->EarlyClip(opt.EarlyClip());
|
||||
renderer->YAxisUp(opt.YAxisUp());
|
||||
renderer->LockAccum(opt.LockAccum());
|
||||
renderer->RawHistogram(opt.RawHistogram());
|
||||
renderer->RawHistogramPreDensity(opt.RawHistogramPreDensity());
|
||||
renderer->PixelAspectRatio(T(opt.AspectRatio()));
|
||||
|
||||
if (opt.Repeat() == 0)
|
||||
|
Reference in New Issue
Block a user