I Need Pixs Resized.
#5
mail them to swivel@shells.gnugeneration.com if you want.
for i in *.jpeg; do convert $i -sample 30% small_$i; done
bash & ImageMagick.
for i in *.jpeg; do convert $i -sample 30% small_$i; done
bash & ImageMagick.
#7
Its really easy to do, just open up paint and then open the picture up, go to image, then to stretch skew, then simply take the 100 by 100 in stretch and make it like 50 by 50, then save the image as a jpeg and your done.
#9
hehe
I can't believe you guys deal with that stuff
what i typed was a one line bash script, bash is a shell in unix...
if you send me the pics i'll just type that one line and it will take all the .jpg files, and produce scaled versions (30% the size) and write them to small_<original filename>...
you can actually get real work done on unix, without much effort at all.... just gotta know how.
I can't believe you guys deal with that stuff
what i typed was a one line bash script, bash is a shell in unix...
if you send me the pics i'll just type that one line and it will take all the .jpg files, and produce scaled versions (30% the size) and write them to small_<original filename>...
you can actually get real work done on unix, without much effort at all.... just gotta know how.
#10
I can do it for you if you still need it, just let me know the size you want them.
Matt
mtcrutch@gwcrutchfield.com
Matt
mtcrutch@gwcrutchfield.com