v0.2.0
- 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
#@bufferwith#to_unsafecalls. - Replaced the
String-based API with APIs based onBytesandIO. - Splitted
ImageintoGrayscaleImageandRGBAImage.