Releases: phenopolis/pluto
Releases · phenopolis/pluto
v1.0.1
v1.0.0
- Fixed bugs in horizontal and vertical blurs causing arithmetic overflow.
- Fixed issues in
README.md
. - Fixed use-after-free bugs in
.from_jpeg
and#to_jpeg
- Moved benchmarks to
BENCHMARK.md
. - Renamed the horizontal and vertical blur parameter from
value
toradius
. - Reverted "Prefix C bindings with
Pluto
". - Unified exceptions.
v0.3.1
v0.3.0
v0.2.2
v0.2.1
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
.