pyoxipng

Python wrapper for multithreaded PNG optimizer oxipng (https://github.com/shssoichiro/oxipng)

MIT License

Downloads
16.1K
Stars
14
pyoxipng - v9.0.0 Latest Release

Published by nfrasser about 1 year ago

What's Changed

  • Update to oxipng 9
  • BREAKING: Removed backup option
  • BREAKING: Removed check option
  • BREAKING: Removed pretend option
  • BREAKING: Removed preserve_attrs option
  • BREAKING: Replaced oxipng.Headers with oxipng.StripChunks
  • Added: RawImage class for optimizing raw RGBA data
  • Added: scale_16 option
  • Fixed: correct fast_evaluation option implementation

Full Changelog: https://github.com/nfrasser/pyoxipng/compare/v8.0.1...v9.0.0

pyoxipng - v8.0.1

Published by nfrasser about 1 year ago

What's Changed

  • Python 3.12 wheels
  • Drop Python 3.7 support

Full Changelog: https://github.com/nfrasser/pyoxipng/compare/v8.0.0...v8.0.1

pyoxipng - v8.0.0

Published by nfrasser almost 2 years ago

What's Changed

  • Update to oxipng 8
  • BREAKING: interlace option now expects oxipng.Interlace enum
  • BREAKING: replace alphas option with optimize_alpha boolean
  • Added: check option

Full Changelog: https://github.com/nfrasser/pyoxipng/compare/v7.0.0...v8.0.0

pyoxipng - v7.0.0

Published by nfrasser almost 2 years ago

What's Changed

  • Upgrade to oxipng 7.0.0 by @RaiaN in https://github.com/nfrasser/pyoxipng/pull/6
  • BREAKING: filter option now expects set of oxipng.RowFilter enum
  • BREAKING: deflate option now expects instance of oxipng.Deflaters
  • Added: fast_evaluation option

New Contributors

Full Changelog: https://github.com/nfrasser/pyoxipng/compare/v6.0.0...v7.0.0

pyoxipng - v6.0.0

Published by nfrasser about 2 years ago

Full Changelog: https://github.com/nfrasser/pyoxipng/compare/v5.0.0...v6.0.0

pyoxipng - v5.0.0

Published by nfrasser about 2 years ago

  • Sync version with oxipng major releases