Releases: imazen/imageflow-dotnet
Releases · imazen/imageflow-dotnet
v0.6.7
v0.6.6
v0.6.5 - Fix SrgbColor parsing
- Fix a bug that was scrambling RGBA values in SrgbColor/AnyColor classes.
- Add XML docs
v0.6.4 Add WatermarkOptions.MinCanvasWidth and .MinCanvasHeight
- Add WatermarkOptions.MinCanvasWidth and .MinCanvasHeight
v0.6.3 - Add watermark support
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
Make GetVersionInfo() work with newer versions of Newtonsoft.Json
v0.6.1 - Enable SourceLink
Enable SourceLink
v0.6.0 - Requires imageflow 1.4.1-rc41 or higher
Add JobContext.GetVersionInfo() method
v0.5.0
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
Add FluentBuildJob.BuildCommandString to enable decode/encode handling from a ImageResizer command string