On Tue, 2010-08-10 at 04:02 +0200, Soeren Sandmann wrote: > Krzysztof Kosiński <[email protected]> writes: > > > Hello > > > > My port of Inkscape to Cairo is running into more problems. While the > > image resampling problem only decreases quality, there are problems > > with gradients that cause completely wrong rendering. The problem is > > described in more detail (with images) on the bug tracker: > > https://bugs.freedesktop.org/show_bug.cgi?id=29470 > > For the aliasing issue, the solution is the same as the image > downscaling: add supersampling to pixman. The various image fetchers > should fetch a grid of subpixels for each output pixel and then > compute the average before storing the result in the output buffer.
Krzysztof has already expressed a desire to work on this issue (an email of 7/21), but his emails to the list have gone unanswered. Lastly he had asked where he should be looking in the pixman code for where interpolation is handled (an email from 8/3). Cheers, Josh _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
