$image->Read(file=>\*FH) Crashes PERL

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Fraser

$image->Read(file=>\*FH) Crashes PERL

Post by Fraser »

Running WindowsXP, PERL 822 and the lateest version of Image Magick.

The expression $image->Read(file=>\*FH) Crashes PERL.

Please help.

Fraser
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: $image->Read(file=>\*FH) Crashes PERL

Post by magick »

We are aware of this problem and we do not have a clue how fix it. The same code works fine under Linux/Unix.
Fraser

Re: $image->Read(file=>\*FH) Crashes PERL

Post by Fraser »

I came across a discussion that implies that the problem has something to do with the FileHandle being blessed. This discussion is at the link.

http://osdir.com/ml/video.image-magick. ... 00001.html

I can't understand what to do. Perhaps you might help me.

Fraser
Post Reply