Skip to content

Releases: imazen/imageflow-dotnet

v0.8.0 - Adjust dependencies

20 May 03:40

Choose a tag to compare

v0.8.0 makes no API changes, but does change which dependency versions are required, which could break things if you're also being vague in your project. 2228a17

Hopefully, though, it just makes this more compatible with a wider range of Newtonsoft.Json packages.

v0.7.31 - Now supports rounded corners and constraint gravity

19 May 23:11

Choose a tag to compare

  • Includes support for constraint gravity (Thanks to Pavel Eroshkin!) #34
  • Adds basic support for rounding image corners (an evolving feature in Imageflow 1.6)

v0.7.24 - Handle corrupt jpegs gracefully

29 Mar 16:59

Choose a tag to compare

v0.7.23 - Fix canvas color serialization

18 Mar 23:55
1b70bf5

Choose a tag to compare

v0.7.22 - Introduce Imageflow.AllPlatforms aggregation package

18 Mar 01:24

Choose a tag to compare

On .NET Core 3.x and .NET 5/6

dotnet add package Imageflow.AllPlatforms

On .NET 4.x (.NET Framework)

PM> Install-Package Imageflow.Net
PM> Install-Package Imageflow.NativeRuntime.win-x86 -pre
PM> Install-Package Imageflow.NativeRuntime.win-x86_64 -pre
PM> Install-Package Imageflow.NativeRuntime.osx-x86_64 -pre
PM> Install-Package Imageflow.NativeRuntime.ubuntu_16_04-x86_64 -pre

Note: On .NET 4.x you must install the appropriate NativeRuntime(s) in the project you are deploying - they have to copy imageflow.dll to the output folder. They are not copied transitively.

v0.7.21 - Fix P/Invoke problem in 32-bit mode (x86)

14 Jan 00:50

Choose a tag to compare

v0.7.20 - Add support for DecodeCommands.IgnoreColorProfileErrors

14 Dec 21:29

Choose a tag to compare

  • Add support for DecodeCommands.IgnoreColorProfileErrors.

v0.7.19 - NuGet IncludeUntrackedSources and ContinuousIntegrationBuild

22 Nov 22:57

Choose a tag to compare

Enable EmbedUntrackedSources and (when CI=true) ContinuousIntegration…

v0.7.18 - Include symbols

22 Nov 22:23

Choose a tag to compare

AppVeyor.yml: Try different regex for snupkg inclusion

v0.7.11 - Upgrade to Imageflow 1.5.3, allow setting matte color on jpegs

22 Nov 09:18

Choose a tag to compare

  • Add LibJpegTurboEncoder.Matte and MozJpegEncoder.Matte to control background color when converting 32-bit PNG or WebP or GIF files * * * Upgrade to Imageflow 1.5.3