Merge pull request #4037 from annando/bugfix-4036

Bugfix to PR 4036
This commit is contained in:
Michael Vogel 2017-12-08 06:48:35 +01:00 committed by GitHub
commit 6287e46650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ class Image
// FIXME - implement horizantal bias for scaling as in followin GD functions
// to allow very tall images to be constrained only horizontally.
$this->image->scaleDown($dest_width, $dest_height);
$this->image->scaleImage($dest_width, $dest_height);
} while ($this->image->nextImage());
// These may not be necessary any more