Skip to content

Releases: imazen/imageflow-server

Update Imageflow to 1.7.3 & other dependencies

04 Aug 20:45
Compare
Choose a tag to compare

v0.6.6 - Imageflow 1.7.1 brings full rounded corners support

10 Jun 00:08
Compare
Choose a tag to compare

&s.roundcorners=[top-left-radius-percent],[top-right-radius],[bottom-right-radius],[bottom-left-radius] now works, and supports anti-aliasing.

Although, most likely, you just use &s.roundcorners=radius-percentage. Values are 0..100 for each radius percentage. Imageflow 1.7.1 brings anti-aliasing to rounded corners support.

v0.6.5 - Upgrade to Imageflow 1.7.0

21 May 16:59
Compare
Choose a tag to compare

This release brings new stability and performance improvements with Imageflow 1.7.0, which now utilizes the latest version of each codec.

v0.6.4

20 May 03:45
Compare
Choose a tag to compare
Update README.md

v0.6.3

01 May 18:29
417e402
Compare
Choose a tag to compare

Update nuget key... again

v0.6.2

12 Jan 21:03
Compare
Choose a tag to compare
Update nuget publish key again

v0.6.1

12 Jan 20:37
Compare
Choose a tag to compare
Update nuget publish key

v0.6.0 - Small breaking change to S3 configuration API

12 Jan 20:02
59195b1
Compare
Choose a tag to compare
Merge pull request #48 from edmacdonald/s3-client-singleton

move s3client creation outside imageflow server code

v0.5.10 - Handle corrupted jpegs without crashing process

v0.5.9 - Fix watermarks over PNGs, fix 32-bit mode, optimize 24-bit png and webp file sizes

18 Mar 01:44
Compare
Choose a tag to compare
  • Fix P/Invoke problem in 32-bit mode (x86)
  • 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 imazen/imageflow#580)