Search found 2 matches

by skualito
2016-09-01T02:18:08-07:00
Forum: PerlMagick
Topic: AutoOrient loses all tags
Replies: 1
Views: 17991

Re: AutoOrient loses all tags

ok sorry it was a mistake in my process script, everything is ok ;)
by skualito
2016-09-01T01:37:13-07:00
Forum: PerlMagick
Topic: AutoOrient loses all tags
Replies: 1
Views: 17991

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...

Code: Select all

my $image = Image::Magick->new();
$image->Read($in);
$image->AutoOrient();
$image->Write($out);
Am i doing something wrong ?

I use Image::ExifTool version 10.10

Thanks for your help