Code: Select all
identify -list command
convert -help
identify
I'm developing a wrapper for ImageMagick, and I'm actually using "identify -list command" to dynamically define methods, but my class for executing commands is setup to automatically raise an error when the status code isn't 0, so executing this command raises an error (because ImageMagick raised it).