PDA

View Full Version : QImage antialiasing



bunjee
5th June 2008, 19:11
Hey trolls,

I'd like to apply some antialiasing to a generated QImage.

Is this possible ?

Thanks.

wysota
5th June 2008, 19:37
There is QPainter::SmoothPixmapTransform if you are after smoothing out an image. If you are painting an image yourself, just enable antialiasing before operating on the image's painter.