Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: imazen/imageflow

v1.7.2-rc66

04 Aug 17:17

Choose a tag to compare

v1.7.2-rc66 Pre-release
Pre-release

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

09 Jun 22:05

Choose a tag to compare

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

20 May 22:55

Choose a tag to compare

Add spellcheck exception

v1.6.0-rc63 - Add basic support for rounding corners

19 May 19:10

Choose a tag to compare

  • 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

29 Mar 07:31

Choose a tag to compare

Pre-release
  • Fixes #582 - Corrupted jpegs are now handled gracefully.

v1.5.7-rc61

17 Mar 23:59

Choose a tag to compare

v1.5.7-rc61 Pre-release
Pre-release
  • 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

13 Mar 19:59

Choose a tag to compare

v1.5.6-rc60 Pre-release
Pre-release
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

27 Dec 18:59
d384d92

Choose a tag to compare

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

10 Dec 21:28

Choose a tag to compare

v1.5.4-rc58 Pre-release
Pre-release
  • Fix trim.threshold command string - was causing ContentDependent LayoutError

v1.5.3-rc57 - Use white background when converting from PNG32 to Jpeg

22 Nov 07:19

Choose a tag to compare

  • Make LibPngEncoder{matte} work finally
  • Optimize png size when applying opaque matte color
  • Default to white background when converting PNG32 to jpeg
  • Add matte support to LibjpegTurbo and MozJpeg encoder presets. Fixes #417
  • Make Constraint.canvas_color override hints.background_color when set.