1
0
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:
Mikael Roos
2014-11-28 16:22:24 +01:00
parent 3c04a2dd0f
commit 113b62edc0
4 changed files with 31 additions and 1 deletions

View File

@@ -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']) {