Frasier
Frasier

Reputation: 21

Trouble with EXIF-Based Image Rotation in PHP

I’m currently working with an outdated PHP class for image processing that includes a method to rotate images based on EXIF orientation metadata. However, when the image is rotated, black border appear on the right side, caused by the imagerotate function.

Which PHP library would you recommend for resolving this issue effectively?

Upvotes: 1

Views: 19

Answers (0)

Related Questions