AcademySoftwareFoundation / OpenImageIO

Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.
https://openimageio.readthedocs.org
Apache License 2.0
1.95k stars 583 forks source link

[FEATURE REQUEST] RAW: Expose max_raw_memory_mb setting #3881

Open JenusL opened 1 year ago

JenusL commented 1 year ago

Is your feature request related to a problem? Please describe. We have some huge DNG-files that we're unable to develop with the default memory allocation in libraw.

Describe the solution you'd like I would like the imgdata.rawparams.max_raw_memory_mb in libraw to be exposed as a raw:max_raw_memory_mb setting.

Describe alternatives you've considered We have recompiled libraw with a higher default memory allocation to get around the problem but that isn't optimal.

Additional context We have tested it to make sure that this setting will actually solve our problem.

lgritz commented 1 year ago

🎣 Mackerel!