Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 13:42
· 123 commits to main since this release

Changelog

🚀 Features

  • b16b77f (webp) initial webp read support

🐛 Fixes

  • ff4c5d7 (webp) scale output if destination dimensions are different from input dimensions
  • 05577df (webp) support for param source region
  • 5d987d4 (webp) decode to the provided raster instead of returning a BufferedImage
  • 2a4f45a (webp) use TwelveMonkeys imageio-core as a base

🔄️ Changes

  • 7a715c8 (webp) rename parameters to remove warnings
  • 679b9af (common) use ImageReaderAbstractTest from TwelveMonkeys for test fixtures
  • cdb1a10 pull some logic into a common module

🛠 Build

  • 38698ca (webp) adjust base tests
  • 6d64d85 (common) write expected region image
  • 513b568 (common) write test images for visual check
  • 0ad0fb5 extract repositories definition
  • 246cc3c properly set os matrix
  • 7c2c123 compute version on push only for main branch

📝 Documentation