Skip to content

awxkee/pngquant.swift

Repository files navigation

pngquant.swift

What's This?

pngquant.swift the package to easy compress UIImage to PNG data with pngquant

Quantinized PNG will be much low size with the same quality

Supported iOS, Mac Catalyst and MacOS

// Compress data
let compressed:Data = try UIImage().pngQuantData()

TODO

  • Handle files
  • Tests