You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: