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
[BUG]Imagick::deleteImageProperty() completely does not work ·Issue #249·mkoppanen/imagick
"JPEG doesn't work" was the correct answer.
This seems to be possible as an alternative.
© 2025 OneMinuteCode. All rights reserved.