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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user