linux:scriptpic_quality
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:scriptpic_quality [2016/06/06 16:51] – created admin | linux:scriptpic_quality [2016/06/06 16:52] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | **Network Command** | + | **Reduce pictures quality for multiple files** |
- | a) In a directory where you have a lot of pictures \\ | + | a) In a directory where you have a lot of pictures, create a script **img_quality.sh** and launch it\\ |
<code bash> | <code bash> | ||
convert *.jpg -interlace line -quality 30 -resize 50% output/ | convert *.jpg -interlace line -quality 30 -resize 50% output/ | ||
for x in *.JPG; do mv " | for x in *.JPG; do mv " | ||
</ | </ |
linux/scriptpic_quality.1465224669.txt.gz · Last modified: 2016/06/06 16:51 by admin