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
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
- @pletessier made their first contribution in #28
Full Changelog: v0.8.10...v0.8.12
