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
#@buffer
with#to_unsafe
calls. - Replaced the
String
-based API with APIs based onBytes
andIO
. - Splitted
Image
intoGrayscaleImage
andRGBAImage
.