mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-30 21:20:11 +02:00
Added option 'shortcut, sc' to enable configuration of complex expressions. Fix #2.
This commit is contained in:
@@ -1227,7 +1227,7 @@ class CImage
|
||||
if (isset($this->filters) && is_array($this->filters)) {
|
||||
|
||||
foreach ($this->filters as $filter) {
|
||||
$this->log("Applying filter $filter.");
|
||||
$this->log("Applying filter {$filter['type']}.");
|
||||
|
||||
switch ($filter['argc']) {
|
||||
|
||||
|
Reference in New Issue
Block a user