安装 ImageMagick brew install imagemagick 压缩工程目录下所有 png 文件,前提是先cd到需要压缩的目录 find . -iname "*.png" -exec echo {} \; -exec convert {} {} \;