Skip to content

v1.9.1

Latest

Choose a tag to compare

@cshum cshum released this 27 May 20:24
· 4 commits to master since this release

imagor 1.9.1

imagor 1.9.1 improves the streamed-source path and restores the efficient libvips processing flow for common workloads. This release focuses on correctness and performance for streamed inputs.

Highlights

  • optimized blob and streamed-source handling to reduce unnecessary reader churn and keep the fast path closer to libvips
  • added an async seekable path for small known-size non-seekable sources, reducing fallback overhead for common streamed workloads
  • fixed seekable-source handling in the 1.9.1 follow-up release
  • added VIPS_STRIP_COLOR_PROFILE to strip embedded ICC profiles while preserving other metadata
  • added VIPS_VECTOR to control libvips vector target disable behavior using native VIPS_VECTOR semantics

A dedicated benchmark page is now available at https://docs.imagor.net/benchmarks with methodology, charts, and result links. On AWS EC2 c7i.large, imagor 1.9.1 is one of the fastest image processing servers tested, consistently ahead of thumbor overall and competitive with imgproxy across common formats.

Full Changelog: v1.8.10...v1.9.1