Skip to content

Releases: imazen/imageflow-dotnet

v0.6.7

12 Jun 23:25
Compare
Choose a tag to compare
  • Handle non-seekable streams properly (previous release did not include the right commit)
  • Add examples to Readme
  • Add FluentBuildJob.GetImageInfo
  • Add constructors for MozJpegEncoder and PngQuantEncoder

v0.6.6

12 Jun 14:35
Compare
Choose a tag to compare
Add docs and refactor

v0.6.5 - Fix SrgbColor parsing

12 Jun 01:31
Compare
Choose a tag to compare
  • Fix a bug that was scrambling RGBA values in SrgbColor/AnyColor classes.
  • Add XML docs

v0.6.4 Add WatermarkOptions.MinCanvasWidth and .MinCanvasHeight

11 Jun 18:43
Compare
Choose a tag to compare
  • Add WatermarkOptions.MinCanvasWidth and .MinCanvasHeight

v0.6.3 - Add watermark support

10 Jun 23:09
Compare
Choose a tag to compare

You can now add Watermarks to the graph or combine them with Command Strings.

v0.6.2 - Fix issue with newer versions of Netwonsoft.Json

09 Jun 20:18
Compare
Choose a tag to compare
Make GetVersionInfo() work with newer versions of Newtonsoft.Json

v0.6.1 - Enable SourceLink

09 Jun 19:51
Compare
Choose a tag to compare

Enable SourceLink

v0.6.0 - Requires imageflow 1.4.1-rc41 or higher

09 Jun 18:47
Compare
Choose a tag to compare

Add JobContext.GetVersionInfo() method

v0.5.0

06 May 00:54
Compare
Choose a tag to compare

Update bindings for imageflow 1.3.8. Make sure you update your native binaries.

  • BREAKING: resampling filters have been trimmed and renamed to match latest imageflow version
  • BREAKING: Rename DecodeCommands.DownscaleHint -> JpegDownscaleHint, DownscalingMode -> JpegDownscalingMode
  • Fix RegionPercent node - was using region instead
  • Add ColorFilterSrgb nodes
  • Add DrawImageExact node and CompositingMode
  • Add WhiteBalanceSrgb node
  • Add ExpandCanvas node
  • Add FillRectangle node and docs
  • Fix background_color on Region() and RegionPercent calls.
  • Add CropWhitespace node and docs
  • Add MozJpegEncoder, LodePngEncoder, and PngQuantEncoder presets

v0.4.4 - Add FluentBuildJob.BuildCommandString

20 Apr 19:16
Compare
Choose a tag to compare

Add FluentBuildJob.BuildCommandString to enable decode/encode handling from a ImageResizer command string