[Cin] Where to add new brender formats?

Phyllis Smith phylsmith2017 at gmail.com
Tue Mar 17 00:30:15 CET 2020


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 <
randrianasulu at gmail.com> 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
> Cin at lists.cinelerra-gg.org
> https://lists.cinelerra-gg.org/mailman/listinfo/cin
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20200316/2f4b3a49/attachment.html>


More information about the Cin mailing list