Segfaults when reading from filehandle of Aapache2::Upload

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Segfaults when reading from filehandle of Aapache2::Upload

Post by magick »

Post a URL to any files that are faulting. We need to reproduce the problem before we can offer a solution.

The second problem requires a patch. It will be in the Subversion trunk by sometime tomorrow. When its available you'll need this code to read text files:
  • my $x = $image->Read( file => $fh, magick=>'text:' );
Post Reply