Releases: imazen/imageflow
Releases · imazen/imageflow
v1.4.13-rc53
- JSON Change: Undocumented node
flow_bitmap_bgra_ptr { ptr_to_flow_bitmap_bgra_ptr: *}
is nowflow_bitmap_key_ptr { ptr_to_bitmap_key: * }
- Fixes #553
- JSON endpoints
v1/get_image_info
andv1/get_scaled_image_info
now return dimensions that reflect exif orientation data. - All memory allocations now occur in Rust instead of C.
- More C code ported to Rust.
v1.4.12-rc52
- Add &up.colorspace=srgb|linear querystring command
- Fix windowing function on image resizing to be more exact and prevent asymmetric results
- Update dependencies
- Fixes #538, adds regression test, fixes test harness
v1.4.11-rc51 - Make ubuntu_16_04 NuGet package target linux-x64 RID
- Make ubuntu_16_04 NuGet package target linux-x64 RID
- Update various dependencies
v1.4.10-rc50 - Fix possible memory leak
Replace png zlib with Rust version to fix possible memory leak
v1.4.9-rc49 - Fix &crop=x1,y1,x2,y2 when decoder preshrinking is active
- Fix &crop=x1,y1,x2,y2 when decoder preshrinking is active
- cargo update bincode
v1.4.8-rc48 - Add CMYK Jpeg support
- Add CMYK Jpeg support
v1.4.7-rc47 - Fix matte color on watermarks.
- Fix matte color on watermarks when background colors are used. Fixes #474
v1.4.6-rc46 - Allow ignoring malformed color profiles
- Add &ignore_icc_errors=true command to ignore color profile errors
- Make &ignoreicc=true work properly.
- Add ignore_color_profile_errors decoder command.
- cargo update serde base64 mozjpeg-sys mozjpeg lcms2-sys cbindgen bincode sha2 openssl mockito cc
v1.4.5-rc45 - Add size limits for decode, frames, and encodes
This release now ships with a default limit of 10,000x10,000 pixels and 100 megapixels in total for any frame, including decoding and encoding images. This can also now be changed through the security
node per the docs
v1.4.4-rc44 Add Watermark.min_canvas_width/min_canvas_height
- Add Watermark.min_canvas_width/min_canvas_height
- Update lcms2, rgb, and http crates.