How to Remove Orientation in Imagick

Asked 1 years ago, Updated 1 years ago, 61 views

Thank you for your help.
I have a question about PHP, but on Imagick,
Could someone tell me how to delete Orientation?

Please!!

Properties were not removed when trying the following methods

$hogeImage=newImagick('hogehoge.jpg');
$hogeImage->deleteImageProperty ('Exif: Orientation');
$hogeImage->writeImage('converted_hogehoge.jpg');
var_dump(exif_read_data('converted_hogehoge.jpg')); // For verification

php imagemagick exif

2022-09-30 21:28

1 Answers

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.