Releases: mtgrosser/rszr
Releases · mtgrosser/rszr
v1.5.0
- Desaturation (grayscale conversion)
v1.3.0
Rszr 1.3.0 (Aug 25, 2022)
- Alpha channel control
- Background initialization
- Image blending / watermarking
- Rectangle and image fills
- Color gradients
- Hex color codes always prefixed by "#"
v1.2.0
Saving interlaced PNG and progressive JPEG
v1.1.0
Use pkg-config instead of imlib2-config
v1.0.1
Merge branch 'master' of github.com:mtgrosser/rszr
v0.8.0
Rszr 0.8.0 (Oct 8, 2021)
- Allow loading of binary image data from buffer
- Drop libexif dependency, use Ruby implementation for image orientation
- Support Ruby 3
v0.7.1
Rszr 0.7.1 (May 10, 2021)
- EXIF autorotation support
- GFX filter support
- Fix error on uppercase file extensions
- image_processing integration