Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
ImageMagick program return codes are 0 for success and 1 for failure. We thought about other status codes but there was no easy way to map the ImageMagick errors and warnings to status codes. For one, there are only 127 bits to work with but the community discourages use above 64.. A number of codes are defacto reserved in the 1-64 range for particular errors and in general using codes other than 0 and 1 is generally discouraged in the programming community.