News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Automatic Attachment Rotation (and Resize)

Started by dougiefresh, March 04, 2016, 07:34:59 PM

Previous topic - Next topic

Sir Osis of Liver

Same here, GD works in 7.4, not in 8.0.  Imagick works in both.
     She is happy where she lies
     With the dust upon her eyes.

GL700Wing

#461
Quote from: Sir Osis of Liver on May 08, 2023, 12:57:08 PMSame here, GD works in 7.4, not in 8.0.  Imagick works in both.

If you make the following code change in ./Sources/Subs-AutoRotation.php the mod will work with GD for PHP 8.0 (and it will still work for earlier releases of PHP).

Find:
    if ($success && is_resource($dst_img))Replace With:
    if ($success)
Life doesn't have to be perfect to be wonderful ...

Sir Osis of Liver

Works in GD and Imagick in php 8.0.  Nice.
     She is happy where she lies
     With the dust upon her eyes.

Advertisement: