Can you replicate it with some arbitrary image downloaded from the Web?
Can you replicate it with some arbitrary image downloaded from the Web?
But did you do the same conversion you have been doing for your image?
Well, obviously QImage::scaled() works in general so you don't have to check that. Find a raw image, convert it using your routine (to test your routine) and then pass it through QImage::scaled() to see if you obtain a similar effect.
Bookmarks