Banng
Banng

Reputation: 531

pngData() file save is lossy or lossless

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

Answers (1)

VASU SAINI
VASU SAINI

Reputation: 11

enter image description here

PNG is lossless, check the official documentation image above.

Upvotes: 1

Related Questions