Replies: 1 comment 2 replies
-
This plug-in uses native api and does not use a third-party library. In iOS: https://developer.apple.com/documentation/uikit/1624096-uiimagepngrepresentation?language=objc In macOS: The NSImage convert to png also will ignore compression factor. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Content
As far as I know JPEG uses a lossy compression algorithm with a quality parameter, while PNG uses a lossless compression algorithm with a compression level parameter.
0 means no compression applied and 9 means best compression but the quality remains the same, so my question how does quality paramter works?
Beta Was this translation helpful? Give feedback.
All reactions