Page 1 of 1

How can I test images for validity?

Posted: 2013-01-26T02:41:08-07:00
by grgoffe
Hi,

I have a rather large number of images but some are broken. Is there a way for me to test these and identify the ones that are broken?

Thanks,

George...

Re: How can I test images for validity?

Posted: 2013-01-29T10:09:32-07:00
by snibgo
You might try to convert each one. If the return code ("errorlevel" in Windows) is non-zero, or you don't get a resulting image, the input was broken.