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

* Added option to decide if resample or resize when copying images internally. &no-resample makes resize, instead of resample as is default.

* Verbose now correctly states if transparent color is detected.
* Removed that source png-files, containing less than 255 colors, is always saved as palette images since this migth depend on processing of the image.
This commit is contained in:
Mikael Roos
2015-10-20 13:46:01 +02:00
parent 9620c1eb75
commit 5fe8e399a1
3 changed files with 88 additions and 16 deletions

View File

@@ -8,6 +8,11 @@ Revision history
v0.7.6* (2015-10-20)
-------------------------------------
* Added option to decide if resample or resize when copying images internally. `&no-resample` makes resize, instead of resample as is default.
* Verbose now correctly states if transparent color is detected.
* Compare-tool now supports 6 images.
* Added option for dark background in the compare-tool.
* Removed that source png-files, containing less than 255 colors, is always saved as palette images since this migth depend on processing of the image.
* Adding save-as as part of the generated cache filename, #121.
* Add extra fields to json-response, #114.
* Add header for Content-Length, #111.