opendcp icon indicating copy to clipboard operation
opendcp copied to clipboard

Need read EXR format

Open SieuDoTia opened this issue 8 years ago • 2 comments

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?

SieuDoTia avatar Sep 14 '16 02:09 SieuDoTia

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

tmeiczin avatar Oct 18 '16 15:10 tmeiczin

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

SieuDoTia avatar Oct 28 '16 05:10 SieuDoTia