/mozjpeg.swift

Mozjpeg (libjpegturbo) encoder in swift

Primary LanguageCCreative Commons Zero v1.0 UniversalCC0-1.0

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