Tagged Questions

2
votes
1answer
228 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() ...