On Wed, Jul 16, 2003 at 06:14:53PM +0200, Sven Neumann <[EMAIL PROTECTED]> wrote:
> >    I'm just new to script-fu and gimp. I was not aware scheme is used for
> >    scripting in gimp. I loved that. :D Anyway, I've read the script-fu
> >    part of the gimp manual. I have a directory tree with about 1000
> 
>  for i in '*.png'; do convert -sample 20x20 $i > small-$i; done

Sticking a "!" at the end of the "20x20" will actually do the job.

-- 
      -----==-                                             |
      ----==-- _                                           |
      ---==---(_)__  __ ____  __       Marc Lehmann      +--
      --==---/ / _ \/ // /\ \/ /       [EMAIL PROTECTED]      |e|
      -=====/_/_//_/\_,_/ /_/\_\       XX11-RIPE         --+
    The choice of a GNU generation                       |
                                                         |
_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to