tmeiczin / opendcp

Created digital cinemas packages (DCP)
http://www.opendcp.org
GNU General Public License v3.0
120 stars 52 forks source link

Need read EXR format #285

Open SieuDoTia opened 8 years ago

SieuDoTia commented 8 years ago

I need OpenDCP use OpenEXR files. I know Open EXR library big mess, I can create C code for read three types of OpenEXR files (no mess): • No compress • RLE compress • ZIP compress/ZIPS compress For this work I need know • OpenDCP will give me file pointer for first byte of file or just name of file? • How organize image data (after read from EXR file) for OpenDCP. • You use zlib?

tmeiczin commented 7 years ago

Sorry for the delay. I've merged your pull request into master.

SieuDoTia commented 7 years ago

No problem. Now work create float color conversion functions, use float data until create 12 bit integer jpeg2000 file.