Tagged Questions

2
votes
1answer
197 views

QImage: is there any lazy copying crop method

I was trying to use QImage for loading image and checking the equality with a template sub-image that moves all over the image. The code is as: for i in range(image.height() - backgroundMask.height() ...
1
vote
2answers
526 views

PyQt4 - Image Watermark

I'm trying to open a PNG image and write some text to it (a watermark) via QImage and QPainter. The code works 100% on Linux but when I run it on Windows XP (haven't tested with any other versions of ...