Search found 2 matches
- 2016-09-01T02:18:08-07:00
- Forum: PerlMagick
- Topic: AutoOrient loses all tags
- Replies: 1
- Views: 19154
Re: AutoOrient loses all tags
ok sorry it was a mistake in my process script, everything is ok
- 2016-09-01T01:37:13-07:00
- Forum: PerlMagick
- Topic: AutoOrient loses all tags
- Replies: 1
- Views: 19154
AutoOrient loses all tags
Hello,
I do an auto-orient on my image, it works well but i found that it remove all tags too...
Am i doing something wrong ?
I use Image::ExifTool version 10.10
Thanks for your help
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