Markus Schiltknecht on  wrote...
| Hi,
| 
| I'm happily using convert from my php webapp. On my local machine, 
| everything works fine and convert returns with return code 0, indicating 
| successful execution.
| 
| On my server, though, convert returns -1. Everything else seems fine: 
| the images created are good and not even -verbose prints anything 
| indicating an error.
| 
| Both machines are on debian etch, running:
| ImageMagick 6.2.4 02/10/07 Q16
| 
| Are these return codes documented somewhere?
| 
That is version dependant.  However if you add
  -regard-warnings
Then the return code will be 0 for succes and 1 for some failure.

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
  `` What is your ONE purpose in life? ''
  `` Why to explode of course! ''  replyed thermostellar bomb number 20
                                -- Classic SciFi Movie ``DarkStar'', 1974
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to