Native Image Scale#781
Merged
Merged
Conversation
Contributor
Author
Contributor
Author
|
is this project still active? |
|
@hotbott Thanks for the PR. I wish the owners accept the changes soon, as I tried to create the same functionality without this PR but most of the used classes are not open so stuck for now. Maybe I can add this as a static framework 🤷 |
|
@f3dm76 please review |
f3dm76
approved these changes
Apr 21, 2022
ystrot
approved these changes
Apr 21, 2022
Member
|
Looks like it's even better than previous value |
Okay thank you. |
yuzhiyou1990
added a commit
to yuzhiyou1990/Macaw
that referenced
this pull request
Sep 20, 2022
commit 9c087ea Author: Yuri Strot <ystrot@gmail.com> Date: Sun May 15 18:42:57 2022 +0700 Update README.md commit a3ddf65 Author: Yuri Strot <ystrot@gmail.com> Date: Sun May 15 18:32:07 2022 +0700 Add deprecation image commit 29ec199 Merge: d508348 9797fb0 Author: Yuri Strot <ystrot@gmail.com> Date: Thu Apr 21 16:59:18 2022 +0700 Merge pull request exyte#781 from hotbott/master Native Image Scale commit 9797fb0 Author: Sebastian Bott <BottSebastian@JohnDeere.com> Date: Thu Dec 2 17:42:55 2021 +0100 Bump version commit 96e4900 Author: Sebastian Bott <BottSebastian@JohnDeere.com> Date: Thu Dec 2 17:42:32 2021 +0100 Fix native image scale commit 197903c Author: Sebastian Bott <BottSebastian@JohnDeere.com> Date: Thu Dec 2 17:42:08 2021 +0100 Add render dispose commit d508348 Author: Alisa Mylnikova <f3dm76@gmail.com> Date: Fri Oct 29 15:04:40 2021 +0700 Bump version commit 5cde520 Merge: f9c0972 7b54dda Author: Yuri Strot <ystrot@gmail.com> Date: Fri Oct 29 15:01:43 2021 +0700 Merge pull request exyte#779 from exyte/fix/smooth-group-animation fix unsmooth group animation commit 7b54dda Author: Mark Goldin <marky_gold@me.com> Date: Fri Oct 29 14:57:38 2021 +0700 fix unsmooth group animation commit f9c0972 Author: Alisa Mylnikova <f3dm76@gmail.com> Date: Fri Oct 8 17:23:41 2021 +0700 Bump version commit 931cbdb Merge: b332010 26271bc Author: Yuri Strot <ystrot@gmail.com> Date: Fri Oct 8 16:45:34 2021 +0700 Merge pull request exyte#773 from exyte/fix-tests-unwrapping Fix image unwrapping, some crashes commit 26271bc Merge: 6415858 b332010 Author: Yuri Strot <ystrot@gmail.com> Date: Fri Oct 8 16:45:19 2021 +0700 Merge branch 'master' into fix-tests-unwrapping commit b332010 Merge: 2b406e5 dfcfdbe Author: Yuri Strot <ystrot@gmail.com> Date: Fri Oct 8 16:43:17 2021 +0700 Merge pull request exyte#772 from exyte/769-SWXMLHash-Compatibility exyte#769 SWXMLHash Compatibility commit 6415858 Author: Daniil Manin <manindaniil@gmail.com> Date: Tue Oct 5 14:09:55 2021 +0700 Update renderToImage method, optional image commit d5ae291 Author: Daniil Manin <manindaniil@gmail.com> Date: Tue Oct 5 14:06:48 2021 +0700 Fix test's method - to native image, add throw CommonError.invalidImageContext commit dfcfdbe Author: Daniil Manin <manindaniil@gmail.com> Date: Mon Oct 4 17:58:51 2021 +0700 Update indents commit cc7513b Author: Daniil Manin <manindaniil@gmail.com> Date: Mon Oct 4 17:50:17 2021 +0700 exyte#769 Update SWXMLHash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
toNativeImage()creates a blurry image on Retina devices.According to the reference
The scale factor to apply to the bitmap. If you specify a value of 0.0, the scale factor is set to the scale factor of the device’s main screen.Adressing issues #752, #686 and PRs #780, #748