opendcp
opendcp copied to clipboard
Need read EXR format
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?
Sorry for the delay. I've merged your pull request into master.
No problem. Now work create float color conversion functions, use float data until create 12 bit integer jpeg2000 file.