liunx 图片压缩

401 阅读1分钟

压缩当前文件夹下的图片文件(所有)

find ./ -regex '.*\(jpg\|JPG\|png\|PNG\|jpeg\)' -size +50k -exec convert -quality 75 {} {} \;