summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/icccheckfile.sh
blob: 5dfd2f80f5111dd5782b2929cb133de7042c301f (plain) (blame)
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