forked from leftypol/leftypol
Fix last commit
This commit is contained in:
parent
4fce9b63ae
commit
169dc74938
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class ImageConvert extends ImageBase {
|
|||
error('Failed to resize image!');
|
||||
}
|
||||
} else {
|
||||
if (shell_exec('convert ' . sprintf($config['convert_args'], $this->width, $this->height) .
|
||||
if (shell_exec('convert -flatten ' . sprintf($config['convert_args'], $this->width, $this->height) .
|
||||
escapeshellarg($this->src . '[0]') . " " . escapeshellarg($this->temp)) || !file_exists($this->temp))
|
||||
error('Failed to resize image!');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue