I do an auto-orient on my image, it works well but i found that it remove all tags too...
Code: Select all
my $image = Image::Magick->new();
$image->Read($in);
$image->AutoOrient();
$image->Write($out);
I use Image::ExifTool version 10.10
Thanks for your help