- Package:
- libgraphics-magick-perl
- Source:
- graphicsmagick
- Description:
- format-independent image processing - perl interface
- Submitter:
- Jakub Wilk
- Date:
- 2011-09-27 18:06:12 UTC
- Severity:
- normal
$ 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.