Rszr Versions Save

Fast image resizer for Ruby

v1.5.0

3 months ago
  • Desaturation (grayscale conversion)

v1.4.0

4 months ago

Fix load_data method

v1.3.0

1 year ago

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.1

2 years ago

Saving without extension

v1.2.0

2 years ago

Saving interlaced PNG and progressive JPEG

v1.1.0

2 years ago

v1.0.1

2 years ago

v1.0.0

2 years ago

v0.8.0

2 years ago

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

3 years ago

Rszr 0.7.1 (May 10, 2021)

  • EXIF autorotation support
  • GFX filter support
  • Fix error on uppercase file extensions
  • image_processing integration