mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-30 19:09:51 +02:00
Added option 'shortcut, sc' to enable configuration of complex expressions. Fix #2.
This commit is contained in:
@@ -85,6 +85,15 @@ return array(
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Create custom shortcuts for more advanced expressions.
|
||||
*/
|
||||
'shortcut' => array(
|
||||
'sepia' => "&f=grayscale&f0=brightness,-10&f1=contrast,-20&f2=colorize,120,60,0,0&sharpen",
|
||||
),
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Predefined size constants.
|
||||
*
|
||||
|
Reference in New Issue
Block a user