Catégories
Uncategorized

Batch thumbnail creation from the command line

for file in 100_029* 100_03*; do convert $file -resize 25% resized/$file; done;