I have access to both gutsy and hardy and I can confirm that it works on
gutsy.
With this little script:
use Image::Magick;
$image =Image::Magick -> new();
$image->Read('4.jpg');
$exifstring = $image->Get('Exif:Model');
print $exifstring;
print "\n";
print length($exifstring);
print "\n";
On Gutsy:
[EMAIL PROTECTED]:~/tmp/lp226945$ perl pmtest.pl
FinePix F401 .
15
On Hardy:
[EMAIL PROTECTED]:~/tmp/lp226945$ perl pmtest.pl
0
--
ImageMagick broken in Hardy
https://bugs.launchpad.net/bugs/226945
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs