1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-31 19:31:47 +02:00

Added option fill-to-fit, ff. Fix #38.

This commit is contained in:
Mikael Roos
2014-12-03 15:23:50 +01:00
parent 113b62edc0
commit f13b602e11
5 changed files with 290 additions and 62 deletions

View File

@@ -52,6 +52,18 @@ return array(
/**
* Set default background color for all images. Override it using
* option bgColor.
* Colorvalue is 6 digit hex string or 8 digit hex string if using
* the alpha channel where 00 is opaqe and 7f is transparent.
*
*/
//'background_color' => "FFFFFF",
//'background_color' => "FFFFFF7F",
/**
* Post processing of images using external tools, set to true or false
* and set command to be executed.