Skip to content
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

Merged
merged 9 commits into from
Jan 12, 2020
Merged

Fix Resvg image format #410

merged 9 commits into from
Jan 12, 2020

Conversation

ferdnyc
Copy link
Contributor

@ferdnyc ferdnyc commented Jan 8, 2020

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.

@jonoomph
Copy link
Member

jonoomph commented Jan 8, 2020

LGTM from what I can tell 👍

@ferdnyc
Copy link
Contributor Author

ferdnyc commented Jan 9, 2020

Retrying build, now that ppa.launchpad.net is hopefully up from its nap.

@ferdnyc
Copy link
Contributor Author

ferdnyc commented Jan 12, 2020

This has been confirmed effective in fixing our AppImage color inversion bug, so merging to develop... (it's already in the release PR)

@ferdnyc ferdnyc merged commit 028bafc into develop Jan 12, 2020
@ferdnyc ferdnyc deleted the resvg-image-format branch January 12, 2020 10:21
Comment on lines +106 to +111
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}")
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants