Skip to content

Releases: mtgrosser/rszr

v1.5.0

06 Feb 12:33
Compare
Choose a tag to compare
  • Desaturation (grayscale conversion)

v1.4.0

10 Jan 22:53
6a91d6c
Compare
Choose a tag to compare

Fix load_data method

v1.3.0

29 Aug 08:24
Compare
Choose a tag to compare

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

22 Mar 10:08
Compare
Choose a tag to compare

Saving without extension

v1.2.0

11 Mar 11:47
Compare
Choose a tag to compare

Saving interlaced PNG and progressive JPEG

v1.1.0

09 Feb 11:09
Compare
Choose a tag to compare
Use pkg-config instead of imlib2-config

v1.0.1

10 Nov 14:53
Compare
Choose a tag to compare
Merge branch 'master' of github.com:mtgrosser/rszr

v1.0.0

10 Nov 12:31
Compare
Choose a tag to compare
Update README

v0.8.0

08 Oct 15:03
Compare
Choose a tag to compare

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

10 May 09:51
Compare
Choose a tag to compare

Rszr 0.7.1 (May 10, 2021)

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