BTW, I notice that weights of the default filter { 0x10, 0x40, 0x70,
0x40, 0x10 } sum to 272, while the _ft_lcd_filter_fir code expects a sum
of 256.  Also, the middle weight should probably be 1/3 of the total, so
that the color is distributed equally between the three channels.  Maybe
something like { 17, 68, 86, 68, 17 }?

Anders




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

Reply via email to