Skip to content

v0.12.0

Compare
Choose a tag to compare
@Roughsketch Roughsketch released this 11 May 00:57
· 33 commits to master since this release

Auto change log does not fully track everything since not everything went through PRs. I'll likely be more consistent with this in the future.

Overall changes:

New Formats

  • AVIF
  • DDS
  • EXR
  • Farbfeld
  • HDR
  • KTX2
  • PNM
  • QOI
  • TGA
  • VTF

Fixes

  • Fixed HEIF format returning an error when attribute field size was exactly 8
  • Fixed TIFF having stray debug asserts that may cause panics in debug builds

Other changes

  • Restructured code base to split out formats into their own individual source files
  • Reordered ImageType enum so that types will now be in alphabetical order
  • Added benchmarking via criterion to dev dependencies
  • Modified how tests check for values
  • Modified README so have examples that actually compile
  • Added doc comment about minimum data size required for methods to work (12 bytes)

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0