[ale] How to use xargs correctly to create thumbnails

m silberm at mindspring.com
Sun Oct 29 16:46:37 EST 2000


I am trying the move through a directory structure and use ImageMagick's
convert to create thumbnails. Convert is easy enough to work it requires

#convert -geometry 25% product.jpg product-mini.jpg

However I am not sure how to trangress a direcory structure. I have
treid something like;

#find /tmp/test -name \product.jpg -print "%h/%f  %h/mini-%f\0" | xargs
-0 -l1 convert -geometry 25%

But can't get it to work. Any suggestions?

--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.





More information about the Ale mailing list