/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for i in `ls`; do convert -resize 230x150 -quality 75 $i resized_$i; done