You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wandering if it wouldn't be a good idea to change the format of the QImage returned by QPdfiumPage::image() to QImage::Format_ARGB32_Premultiplied or QImage::Format_ARGB32.
This way the loop that swaps the pixel values would no longer be necessary. What do you think?
Kind regards,
Ion
The text was updated successfully, but these errors were encountered:
Hi,
I was wandering if it wouldn't be a good idea to change the format of the QImage returned by QPdfiumPage::image() to QImage::Format_ARGB32_Premultiplied or QImage::Format_ARGB32.
This way the loop that swaps the pixel values would no longer be necessary. What do you think?
Kind regards,
Ion
The text was updated successfully, but these errors were encountered: