Re: [Gimp-developer] Displaying linear gamma images (Was Re: Update on my Gimp color management coding efforts)



The conversion happens in app/display/gimpdisplayshell-render.c :
gimp_display_shell_render() .

Look for the gegl_buffer_get call that converts to babl_format
("cairo-ARGB32").

It's more complicated that just that because the display filters all expect
sRGB u8 data still, but I suspect the best solution is for someone to just
start hacking at it.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]