Page 1 of 1

Detect corrupt images with MagickWand

Posted: 2010-04-25T15:03:16-07:00
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.