-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Resvg image format #410
Conversation
LGTM from what I can tell 👍 |
Retrying build, now that ppa.launchpad.net is hopefully up from its nap. |
This has been confirmed effective in fixing our AppImage color inversion bug, so merging to develop... (it's already in the release PR) |
message(STATUS " SHARED IMPORTED target with IMPORTED_NO_SONAME") | ||
endif() | ||
|
||
message(STATUS " INCLUDE_DIRECTORIES: ${RESVG_INCLUDE_DIRS}") | ||
message(STATUS " COMPILE_DEFINITIONS: ${RESVG_DEFINITIONS}") | ||
message(STATUS " IMPORTED_LOCATION: ${RESVG_LIBRARIES}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GAAAH. I meant to take those out before merging.
resvg should be rendering to
QImage::Format_ARGB32_Premultiplied
, according to @RazrFalcon.Also, tightened up the code a bit. Works fine on my system, but the AppImage will be the ultimate test.