Subject: | text anti-aliasing against transparent images incorrect |
currently if a pixel has 50 percent coverage for example of blue
(0,0,255) and the target pixel value is (0,0,0,0), then the result pixel
will be (0,0,127,127), but it should be (0,0,255,127) for correct display.
Also, this will blend with existing color, eg. if the target pixel were
(255,0,0,0) then the result will be (127,0,127,127) rather than
(0,0,255,127).
This problem seems to be in at least the FT1.x driver, and is probably
in the others.
This may also be a problem for other anti-aliased output done by Imager