1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-30 21:20:11 +02:00

Fixed fill-to-fit that failed when using aspect-ratio. Fix #52.

This commit is contained in:
Mikael Roos
2014-12-14 17:09:29 +01:00
parent 34124e687f
commit 951231f360

View File

@@ -280,6 +280,7 @@ Revision history
v0.6.x (latest)
* Fixed fill-to-fit that failed when using aspect-ratio. Fix #52.
* JSON returns correct values for resulting image. Fix #58.
* Corrected behaviour for skip-original. Fix #60.