Skip to content

Releases: imgproxy/imgproxy

v2.16.2

04 Mar 12:36
Compare
Choose a tag to compare

Change

  • Updated dependencies in Docker.

v2.16.1

02 Mar 10:50
Compare
Choose a tag to compare

Fix

  • Fix delays and loop numbers of animated images.
  • Fix scale-on-load of huge SVGs.
  • (pro) Fix loading of PDFs with transparent background.

v2.16.0

08 Feb 11:30
Compare
Choose a tag to compare

Added

  • AVIF support.
  • Azure Blob Storage support.
  • IMGPROXY_STRIP_COLOR_PROFILE config and strip_color_profile processing option.
  • IMGPROXY_FORMAT_QUALITY config.
  • IMGPROXY_AUTO_ROTATE config and auto_rotate processing option.
  • rotate processing option.
  • width and height arguments of the crop processing option can be less than 1 that is treated by imgproxy as a relative value (a.k.a. crop by percentage).
  • (pro) Remove Adobe Illustrator garbage from SVGs.
  • (pro) Add IPTC tags to the /info response.

Changed

  • Disable scale-on-load for animated images since it causes many problems. Currently, only animated WebP is affected.
  • Improved ICC profiles handling.
  • (pro) Improved and optimized video thumbnails generation.

Fix

  • Fix dpr option.
  • Fix non-strict SVG detection.
  • Fix non-UTF8 SVG detection.
  • Fix checking of connections in queue.
  • (pro) Fix video thumbnail orientation.
  • (pro) Fix EXIF fields titles in the /info response.

v2.15.0

09 Nov 12:41
Compare
Choose a tag to compare

Added

  • Ability to skip processing of some formats. See Skip processing.
  • (pro) PDF support.
  • (pro) video_thumbnail_second processing option.
  • (pro) page processing option.
  • (pro) background_alpha processing option.
  • (pro) IMGPROXY_VIDEO_THUMBNAIL_PROBE_SIZE and IMGPROXY_VIDEO_THUMBNAIL_MAX_ANALYZE_DURATION configs.

Changed

  • Speed up generation of video thumbnails with large timestamps.

Fix

  • Fix padding and extend behaior when converting from a fromat without alpha support to one with alpha support.
  • Fix WebP dimension limit handling.
  • (pro) Fix thumbnails generation of some videos.

v2.14.1

22 Jul 10:46
Compare
Choose a tag to compare

Fix

  • Fix ICO saving.

v2.14.0

17 Jul 13:39
Compare
Choose a tag to compare

Added

Changed

  • Better for libvips memory metrics for Prometheus.
  • Docker image includes the latest versions of dependencies.
  • Optimize processing of animated images.

Fix

  • Fix error when requested WebP dimension exceeds the WebP dimension limit.
  • Fix path parsing in some rare cases.
  • Fix HEIC/HEIF header parsing bug.

Deprecated

  • (pro) IMGPROXY_APPLY_UNSHARPEN_MASKING config is deprecated, use IMGPROXY_UNSHARPENING_MODE instead.

v2.13.0

22 Apr 14:14
Compare
Choose a tag to compare

Added

Changed

  • Optimized memory usage. Especially when dealing with animated images.

Fixed

  • Fix crashes during animated images processing.

v2.12.0

07 Apr 12:55
Compare
Choose a tag to compare

Addded

Changed

  • Improved trim processing option.
  • Quantizr updated to 0.2.0 in Docker image.

v2.11.0

16 Mar 09:29
Compare
Choose a tag to compare

Changed

  • Replaced imagequant with Quantizr in Docker image.
  • Removed HEIC saving support.
  • Removed JBIG compressin support in TIFF.

v2.10.1

28 Feb 07:07
Compare
Choose a tag to compare

Changed

  • imgproxy -v is replaced with imgproxy version.

Fixed

  • Fix loadind BMP stored in ICO.
  • Fix ambiguous HEIC magic bytes (MP4 videos has been detected as HEIC).
  • Fix build with libvips < 8.6.
  • Fix build with Go 1.14.
  • Fix go module naming. Use github.com/imgproxy/imgproxy/v2 to build imgproxy from source.