Skip to content

v0.2.0

Compare
Choose a tag to compare
@snacks02 snacks02 released this 08 Mar 06:57
· 70 commits to main since this release
  • Added a benchmark script.
  • Added a crop operation.
  • Added a logo.
  • Added handling of libjpeg-turbo errors.
  • Added PNG support.
  • Added WebP support.
  • Fixed an arithmetic overflow in blurs.
  • Improved JPEG performance.
  • Replaced #@buffer with #to_unsafe calls.
  • Replaced the String-based API with APIs based on Bytes and IO.
  • Splitted Image into GrayscaleImage and RGBAImage.