Skip to content

Commit

Permalink
Update ImageHandler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrtechno authored Jun 14, 2023
1 parent e9b950f commit f1a3c44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/ImageHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ private function checkLoaded()
private function loadImage($file)
{
$result = [];

imageinterlace($file, false);
if ($imageInfo = @getimagesize($file)) {
$result['width'] = $imageInfo[0];
$result['height'] = $imageInfo[1];
Expand Down

0 comments on commit f1a3c44

Please sign in to comment.