for i in *.tif; do convert blank320x240.png $i -auto-orient -resize 320x240 \ -colorspace RGB -compose Src -gravity center -composite $i.jpg; done
You are currently browsing the daily archive for January 8, 2007.
Every other fucker has one, guess it's time to join in
You are currently browsing the daily archive for January 8, 2007.
for i in *.tif; do convert blank320x240.png $i -auto-orient -resize 320x240 \ -colorspace RGB -compose Src -gravity center -composite $i.jpg; done
Recent Comments