Apache CGI problem

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

Post by magick »

The error is coming from the JPEG delegate library. Most likely its trying to write a file and getting permission problems. Grab the JPEG delegate library source and look for JERR_FILE_WRITE. It is probably isolated to the jdatadst.c module.
Post Reply