On Wed, Jul 16, 2003 at 02:08:05PM +0200, Sven Neumann <[EMAIL PROTECTED]> wrote:
> > i need a script to convert x amount of png files into a single xcf
> > file, is that possible ?
> 
> Writing that script in Script-Fu or Gimp-Perl should be trivial.

It might also work to just use a current version of imagemagick and do:

   convert *.png anim.xcf

(maybe add some other switches to set fps etc.) or use another format
instead of .xcf and convetr it to xcf by load/save within the gimp.

-- 
      -----==-                                             |
      ----==-- _                                           |
      ---==---(_)__  __ ____  __       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