1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-22 23:52:51 +02:00

CImage::resize now crops using imagecopy without resamling.

This commit is contained in:
Mikael Roos
2014-12-15 09:41:11 +01:00
parent 2dbe33bd8e
commit 61e0473f47
3 changed files with 44 additions and 2 deletions

View File

@@ -280,6 +280,7 @@ Revision history
v0.6.x (latest)
* Minor change in `CImage::resize()`, crop now does imagecopy without resamling.
* Correcting internal details for save-as and response json which indicated wrong colors. Fix #62.
* Fixed fill-to-fit that failed when using aspect-ratio. Fix #52.
* JSON returns correct values for resulting image. Fix #58.