QImage is found to handle images of limited sizes.
For Huge images QImage::scaled returns Null QImage on Symbian.
This is found to be the same case for QPixmap.
Using QImageReader for such operations is recommended. Its easy, and fixes the above problem.
No comments:
Post a Comment