Detect corrupt images with MagickWand

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?".
Post Reply
caiokat

Detect corrupt images with MagickWand

Post by caiokat »

How do I detect corrupt images with MagickWand? I'm looking for something equivalent to:

Code: Select all

identify -verbose -regard-warnings image.jpg
P.S.: I'm using Python's ctypes to access the library.
Post Reply