Skip to content

Releases: elektronaut/dynamic_image

v3.0.0

10 May 16:10
Compare
Choose a tag to compare

DynamicImage is now based on libvips and not ImageMagick, this brings vast performance improvements.

A recent version of libvips (8.8 or higher) is required, earlier versions do not include the fallback profiles necessary for conversion.

  • DynamicImage.process_later_limit has been removed

v2.0.23

23 Jun 13:23
Compare
Choose a tag to compare
  • Images with embedded profiles are now converted using the sRGB v4 profile

v2.0.22

12 Jun 11:50
Compare
Choose a tag to compare
  • Stops ActiveRecord::RecordNotUnique being raised if multiple copies of the same variant is being generated simultaneously

v2.0.20

12 Jun 11:51
Compare
Choose a tag to compare
  • Add support for WebP

v2.0.18

12 Jun 11:52
Compare
Choose a tag to compare
  • Now compatible with Rails 6