Skip to content

Commit

Permalink
Automatically orient scaled images, refs #13606 (#1788)
Browse files Browse the repository at this point in the history
Added option to ImageMagick convert tool to automatically orient scaled
images.
  • Loading branch information
mcantelon authored Mar 28, 2024
1 parent 83f4277 commit bcde2b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public function save($thumbnail, $thumbDest, $targetMime = null)
break;
} // end switch

$command .= ' -thumbnail ';
$command .= ' -auto-orient -thumbnail ';
$command .= $thumbnail->getThumbWidth().'x'.$thumbnail->getThumbHeight();

// See Qubit issue 2380
Expand Down

0 comments on commit bcde2b5

Please sign in to comment.