Closed mitrakov closed 1 year ago
macOS
After re-encoding PNG image (ImageEditor.editImage) the quality of a new picture is extremely low: colours become more dark, and pixels are getting distorted. Please keep the original quality of PNG image.
ImageEditor.editImage
Before and after, check her arms:
Okay, looks like default quality value is too low. This code makes the trick:
option.outputFormat = isPng ? OutputFormat.png(100) : OutputFormat.jpeg(100);
Platforms
macOS
Description
After re-encoding PNG image (
ImageEditor.editImage
) the quality of a new picture is extremely low: colours become more dark, and pixels are getting distorted. Please keep the original quality of PNG image.Why
Before and after, check her arms: