-
Notifications
You must be signed in to change notification settings - Fork 80
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
QImage: Add conversion from image::RgbaImage #1157
Conversation
4f238f2
to
955d8c4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1157 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 73 73
Lines 12426 12426
=========================================
Hits 12426 12426 ☔ View full report in Codecov by Sentry. |
3bc2f5e
to
15c2008
Compare
15c2008
to
47f440f
Compare
Looks good, small questions and conflicts |
47f440f
to
cced1e5
Compare
Needs some conflicts resolving otherwise looks good i think. |
cced1e5
to
d72f971
Compare
d72f971
to
7daa086
Compare
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.
Looks good, @LeonMatthesKDAB would still be good to raise an issue around using sanitizers or valgrind of some kind on the cxx-qt-lib tests.
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.
LGTM :-)
Rebase failed
Because the image crate changes versions somewhat frequently, the features in CXX-Qt are added with explicit image crate versions.
69dbbe6
to
79905fb
Compare
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.
LGTM :-D
Because the image crate changes versions somewhat frequently, the
features in CXX-Qt are added with explicit image crate versions.