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.96k stars 596 forks source link

[FEATURE REQUEST] HDR Gain map support #4424

Open filmkorn opened 2 weeks ago

filmkorn commented 2 weeks ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like Proposing to add support for gain maps in OIIO to read/write backwards compatible jpg images with gain maps.

Describe alternatives you've considered

Additional context

lgritz commented 2 weeks ago

This is apparently an extension to JPEG that stashes an extra part to the file that includes the HDR information (readers that don't know about this just see the part that's the ordinary SDR JPEG image.

This would be great for somebody to tackle as a modification to our JPEG reader.

🎣 Mackerel!