CommandException message when trying to convert
Posted: 2010-10-26T13:09:10-07:00
hi, I'm not sure i open this topic in the right place, please correct me.
i try to convert an image. the convert command is called from im4java package, and i get the following error message:
org.im4java.core.CommandException: org.im4java.core.CommandException: convert.exe: `%s': %s "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=C:/Windows/TEMP/magick-UPnguOUM" "-fC:/Windows/TEMP/magick-r8E3mr8h" "-fC:/Windows/TEMP/magick-C8slHwLo" @ utility.c/SystemCommand/1964.
at org.im4java.core.ImageCommand.run(ImageCommand.java:215)
any idea what's wrong?
the only thing i see there that might be an issue is that default value for the -sOutputFile parameter. how can i change that paramter?
thanks
Nutz
i try to convert an image. the convert command is called from im4java package, and i get the following error message:
org.im4java.core.CommandException: org.im4java.core.CommandException: convert.exe: `%s': %s "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=C:/Windows/TEMP/magick-UPnguOUM" "-fC:/Windows/TEMP/magick-r8E3mr8h" "-fC:/Windows/TEMP/magick-C8slHwLo" @ utility.c/SystemCommand/1964.
at org.im4java.core.ImageCommand.run(ImageCommand.java:215)
any idea what's wrong?
the only thing i see there that might be an issue is that default value for the -sOutputFile parameter. how can i change that paramter?
thanks
Nutz