From 6e2bdbb10544669a8a0b312806384d242c54e3ba Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Aug 2016 20:50:28 +0300 Subject: imagescheck: search also iCCP data inside images. --- imagescheck/icccheckfile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imagescheck/icccheckfile.sh b/imagescheck/icccheckfile.sh index e0a80dd..8f998c0 100755 --- a/imagescheck/icccheckfile.sh +++ b/imagescheck/icccheckfile.sh @@ -1,9 +1,9 @@ #!/bin/bash -identify -verbose $1 | grep -i profile >/dev/null +identify -verbose $1 | egrep -i "profile|iCCP" >/dev/null if [ "$?" == 0 ]; then export name="$1" export name=${name##../../client-data/} - echo "ICC profile found for image $name" + echo "ICC or iCCP profile found for image $name" fi -- cgit v1.2.3-70-g09d2