1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-30 10:59:51 +02:00

Added configuration for default jpeg quality and png compression in the config file, #107.

This commit is contained in:
Mikael Roos
2015-10-21 00:30:01 +02:00
parent ce8ec325d3
commit 8c89166967
3 changed files with 26 additions and 2 deletions

View File

@@ -8,8 +8,10 @@ Revision history
v0.7.6* (2015-10-20)
-------------------------------------
* Added configuration for default jpeg quality and png compression in the config file, #107.
* Strip comments and whitespace in imgs.php, #115.
* Bundle imgs.php did not have the correct mode.
* Adding option &status to get an overview of the installed ond configured utilities, #116.
* Adding option &status to get an overview of the installed on configured utilities, #116.
* Bug, all files saved as png-files, when not saving as specific file.
* Removed saving filename extension for alias images.
* Added option to decide if resample or resize when copying images internally. `&no-resample` makes resize, instead of resample as is default.