/ Published in: Bash
- lowQ/ is the output directory
- pass quality level from 1 to 100
- pass quality level from 1 to 100
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -maxdepth 1 -iname '*jpg' -exec convert -quality 60 {} lowQ/{} \;