Copy & Paste
7z
macOS Install:
bash
brew install p7zip
Unzip:
bash
7z x test.zip -otest-dir
Image
ImageMagick
Batch convert jpg
to webp
:
bash
magick mogrify -format webp *.jpg
TinyPNG
Compress WebP, PNG and JPEG images intelligently
更新于 写于 工具
macOS Install:
brew install p7zip
Unzip:
7z x test.zip -otest-dir
Batch convert jpg
to webp
:
magick mogrify -format webp *.jpg
Compress WebP, PNG and JPEG images intelligently