Releases: imazen/imageflow
Releases · imazen/imageflow
v1.7.2-rc66
Add support in Nuget package for being referenced as a transitive build dependency
v1.7.1-rc65 Fully implement rounded corners feature with anti-aliasing
This release implements all exposed rounded corners features (circle, per-quadrant, percentages, pixel radius) with optimized anti-aliasing.
v1.7.0-rc64 - Upgrade codecs and dependencies
Add spellcheck exception
v1.6.0-rc63 - Add basic support for rounding corners
- Add basic support for rounding corners. Per-quadrant and circle rounding is not supported yet. Anti-aliasing is not supported yet
- This also updates the CI process so binaries are built against Ubuntu 18.04 instead of 16.04.
v1.5.8-rc62 Fixes #582
- Fixes #582 - Corrupted jpegs are now handled gracefully.
v1.5.7-rc61
- Optimize PNG and WebP filesize when converting from WebP by decoding without alpha when appropriate
- Fix compositing when the canvas is a decoded PNG (Fixes #580)
v1.5.6-rc60
Fix integration tests for imageflow_server to actually check status c…
v1.5.5-rc59 - New OS X NuGet packages require macOS 10.15 or higher
We have replaced Imageflow.NativeRuntime.osx_10_11-x86_64 with Imageflow.NativeRuntime.osx-x86_64 and Imageflow.NativeTool.osx_10_11-x86_64 with Imageflow.NativeTool.osx-x86_64 and deprecated the older packages.
The new packages require macOS 10.15 or higher to run.
v1.5.4-rc58
- Fix
trim.thresholdcommand string - was causing ContentDependent LayoutError
v1.5.3-rc57 - Use white background when converting from PNG32 to Jpeg
- Make LibPngEncoder{matte} work finally
- Optimize png size when applying opaque matte color
- Default to white background when converting PNG32 to jpeg
- Add
mattesupport to LibjpegTurbo and MozJpeg encoder presets. Fixes #417 - Make Constraint.canvas_color override hints.background_color when set.