And now for the third bugfix to PR 4036
This commit is contained in:
parent
23ca4f92af
commit
14d4ffbe7a
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ class Image
|
||||||
if ($this->isImagick()) {
|
if ($this->isImagick()) {
|
||||||
$this->image->setFirstIterator();
|
$this->image->setFirstIterator();
|
||||||
do {
|
do {
|
||||||
$this->image->scaleDown($dim, $dim);
|
$this->image->scaleImage($dim, $dim);
|
||||||
} while ($this->image->nextImage());
|
} while ($this->image->nextImage());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue