> $x = $image->Read(file=>\*IMAGE); We have spent some time on this issue and we concluded that recent versions of ActiveState Perl does not grok file handles under Windows. Filehandles work fine under Linux/Unix but fails inside Perl when we pass a file handle under Windows. To get around the problem you can read the file into a binary blob and use Read(blob=>...) instead.
h _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
