RsD0p9BK
6/10/2015 - 11:13 AM

deadfilefinder.sh

#!/bin/bash
while read FILE
do
identify "$FILE" ; if [ $? -eq 139 ]; then echo "$FILE" >> deadfiles.txt; fi
done

# Generate a List of Corrupt Images
# http://polygonspixelsandpaint.tumblr.com/post/6039592034