We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2892593 commit 593aeabCopy full SHA for 593aeab
lib/ImageResize.php
@@ -135,8 +135,8 @@ public function __construct($filename)
135
$this->source_image = $this->imageCreateJpegfromExif($filename);
136
137
// set new width and height for image, maybe it has changed
138
- $this->original_w = ImageSX($this->source_image);
139
- $this->original_h = ImageSY($this->source_image);
+ $this->original_w = imagesx($this->source_image);
+ $this->original_h = imagesy($this->source_image);
140
141
break;
142
0 commit comments