G E Scott Knauss wrote:
> Hello,
> Been banging my head against the desk for a few days now trying to
> write a scrpt-fu to resize the enourmous images my 5 MegaPixel Camera
> generates into something smaller and more bandwidth friendly. Yes, I
> could do them individually, but I'm thinking I'll get tired of that
> after a while. Any ideas.
imagemagick
PERCENT_OF_ORGINAL=20
for fn in $(<list_of_files); do
convert -geom ${PERCENT_OF_ORIGINAL}% $fn s-${fn}
done
>
>
>
> _______________________________________________
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
>
>
>
--
Until later: Geoffrey [EMAIL PROTECTED]
I didn't have to buy my radio from a specific company to listen
to FM, why doesn't that apply to the Internet (anymore...)?
_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user