Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Release v1.0.0

Compare
Choose a tag to compare
@lambdapioneer lambdapioneer released this 17 Jan 11:21

This is the official 1.0.0 release of Spectrum for both Android and iOS πŸŽ‰. Big thanks to @MarsVard and @charpeni for the helpful issues and pull-requests. The major changes with this release are as following:

  • Spectrum can now write interlaced PNG files (see 6b12d40)
  • Spectrum now supports consuming JPEG images with 4:1:1 and 4:4:0 chroma subsampling (see #8)
  • Spectrum will default to 4:2:0 chroma subsampling for iOS bitmaps (see 6fbfb91)
  • Spectrum builds with proper SIMD support for mozjpeg on Android ARMv7 (see efe15a0)
  • Fixed Spectrum build on case-sensitive file systems
  • Improved documentation
  • Various fixes and improvements