for f in $(find . -type f -name “*.png”)
do
echo “Processing $f …”
convert $f -strip $f
done
php ibpng warning: iCCP: known incorrect sRGB profile
Leave a reply
for f in $(find . -type f -name “*.png”)
do
echo “Processing $f …”
convert $f -strip $f
done