Werner,

I cannot believe it.
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/src/sfnt/pngshim.c#n52

Using premultiplied BGRA is a very bad decision. The savings are
minimal but the cost is huge: it has to be undone for gamma
correction, which loses precision and is, therefore uncacheable in our
tools.

Ouch! Ouch! Ouch! Please introduce FT_PIXEL_MODE_RGBA without premultiplication.

Thank you,
Alexei

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to