e84760c24 ^
1 2 3 4 5 6 7
#!/bin/bash identify -verbose $1 | grep profile >/dev/null if [ "$?" == 0 ]; then echo "ICC profile found for image $1" fi