mirror of
https://github.com/friendica/friendica
synced 2024-11-11 13:42:54 +00:00
commit
6287e46650
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ class Image
|
||||||
// FIXME - implement horizantal bias for scaling as in followin GD functions
|
// FIXME - implement horizantal bias for scaling as in followin GD functions
|
||||||
// to allow very tall images to be constrained only horizontally.
|
// 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());
|
} while ($this->image->nextImage());
|
||||||
|
|
||||||
// These may not be necessary any more
|
// These may not be necessary any more
|
||||||
|
|
Loading…
Reference in a new issue