Reputation: 531
We are saving image as png file in swift as below
pngData().write(fileURL,atomic)
The file saved is lossy or lossless ? I checked for any tools online but did not find answers.
Upvotes: -1
Views: 171
Reputation: 11
PNG is lossless, check the official documentation image above.
Upvotes: 1