Good that you mention that... I found out that if I check against QImage::isNull, I can see when things go wrong. isNull() returns true whenever the image is too big for export, so now I can detect when the export fails. Thanks!
Good that you mention that... I found out that if I check against QImage::isNull, I can see when things go wrong. isNull() returns true whenever the image is too big for export, so now I can detect when the export fails. Thanks!
Bookmarks