Error
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
Solution
find . -type f -name "*.png" -exec convert {} -strip {} \;
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
find . -type f -name "*.png" -exec convert {} -strip {} \;