Revision: 3145
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 8, 2007 00:53 by abhiomkar
Initial Code
find . -maxdepth 1 -iname '*jpg' -exec convert -quality 60 {} lowQ/{} \;
Initial URL
Initial Description
- lowQ/ is the output directory - pass quality level from 1 to 100
Initial Title
Compress Images using convert (ImageMagick) in a bulk
Initial Tags
Bash, find, convert
Initial Language
Bash