export raw histogram data

This commit is contained in:
Claude Heiland-Allen
2023-12-05 11:18:40 +00:00
parent 6ef145e76e
commit a7b4cc70d6
10 changed files with 122 additions and 6 deletions

View File

@ -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)