linux:scriptpic_quality
This is an old revision of the document!
Network Command
a) In a directory where you have a lot of pictures
mkdir output convert *.jpg -interlace line -quality 30 -resize 50% output/*.jpg for x in *.JPG; do mv "$x" "${x%.JPG}.jpg"; done
linux/scriptpic_quality.1465224669.txt.gz · Last modified: 2016/06/06 16:51 by admin