Skip to content

awxkee/mozjpeg.swift

Repository files navigation

mozjpeg.swift

What's This?

mozjpeg.swift the package to easy compress UIImage to JPEG with mozjpeg

// Compress data
let compressed:Data = try UIImage().mozjpegRepresentation(quality: 0.8)

TODO

  • Handle files
  • Tests