Skip to content

v0.8.12

Choose a tag to compare

@cshum cshum released this 16 Feb 07:02
· 1029 commits to master since this release

Crop params in percentage

Imagor now supports cropping image by percentage float params. Useful for cropping image when image size is not known beforehand. (thanks @pletessier )

Example:

http://localhost:8000/unsafe/0.1x0.2:0.8x0.9/filters:fill(cyan)/raw.githubusercontent.com/cshum/imagor/master/testdata/dancing-banana.gif

dancing-banana

What's Changed

  • Crop params in percentage by @pletessier in #28
  • feat(vips): float support for watermark position
  • fix(vips): crop animated height handling and cleanup
  • fix(imagor): neglect warn log for result loader error

New Contributors

Full Changelog: v0.8.10...v0.8.12