multi-core workouts
Wednesday, April 09, 2008
ImageMagick - How to shrink images in batch mode
find . -size +1000k -name \*.png awk '{print $1,$1}' | xargs -n2 convert -scale 1024x\>
1 comment:
Anonymous said...
thanks, that's what I needed, there is one pipe missing before the awk.
4:35 PM
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
1 comment:
thanks, that's what I needed, there is one pipe missing before the awk.
Post a Comment