On Fri, Aug 25, 2006 at 11:20:42AM +0200, Jakub Wilk wrote:
> $ gm convert -geometry 100x100 xc:white tmp.gif
> $ perl -MGraphics::Magick -e '$_ = new Graphics::Magick(); $_->Read(file => 
> \*STDIN);' < tmp.gif
> Segmentation fault

I haven't found a proper fix for the bug yet. If you need a quick
workaround,

        Read(filename => "-");
        
should do for the use case cited above. I'll see to get a proper fix
soon.

Thanks for the report,

Daniel.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to