[Qt-interest] render svg into QImage
William Tambellini
William.Tambellini at galaxysemi.com
Wed Jan 19 11:01:08 CET 2011
Hi Alessandro,
Here it is, I have downloaded 7.1 source, commented the 2 lines that force
Antialiasing for SvgTinyDocument, recompiled QtSvg.a/dll/so, recompiled my
project using the updated QtSvg, and that works : the image is no more
antialiased, ie. just as an old Amstrad CPC or Commodore 64 screenshot.
What is the probability that this bug will be fixed in next version of Qt
(7.2) ?
William T.
-----Message d'origine-----
De : qt-interest-bounces+william.tambellini=galaxysemi.com at qt.nokia.com
[mailto:qt-interest-bounces+william.tambellini=galaxysemi.com at qt.nokia.com]
De la part de Alessandro Portale
Envoyé : mardi 18 janvier 2011 19:39
À : qt-interest at qt.nokia.com
Objet : Re: [Qt-interest] render svg into QImage
On 1/18/2011 6:28 PM, ext Jason H wrote:
> [reply to all]
> What would happen if his painter/paintdevice/destination didn't support
ARGB?
> Would it try to fake it on RGB?
The painting operations will still be antialiased. Pixels will be
blended with different opacities/intensities on the image data of the
destination QImage, no matter if the QImage has an alpha channel or not.
Alessandro
_______________________________________________
Qt-interest mailing list
Qt-interest at qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list