EXR and EXR Sequence is already available and is the OpenEXR version 2.2.1. You will see it after GIF and GIF Sequence. GG does not have any plans to upgrade EXR from 2.2.1 to the current 2.4 version because of the compilation problem on older distros for the monthly builds. On Mon, Mar 16, 2020 at 1:16 PM Andrew Randrianasulu < [email protected]> wrote:
I was completely unable to find where this list is saved or generated :/
I can see JPEG/PPM/PNG/TIFF/TGA .. But how to add (say) openEXR there? In theory this format was already marked as is_image_render in file.C:
int File::is_image_render(int format) { switch( format ) { case FILE_EXR: case FILE_JPEG: case FILE_PNG: case FILE_PPM: case FILE_TGA: case FILE_TIFF: return 1; }
return 0; }
? -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin