Re: [Gimp-user] xaos and gimp animation

2003-07-16 Thread sam ende
On Wednesday 16 Jul 2003 21:13, [EMAIL PROTECTED] ( Marc) (A.) (Lehmann ) 

> (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.


thank you, i have had many tips now and have to try them all out, 
including scripting (eeek :)

sammi

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] xaos and gimp animation

2003-07-16 Thread pcg
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


Re: [Gimp-user] xaos and gimp animation

2003-07-16 Thread Sven Neumann
Hi,

sam ende <[EMAIL PROTECTED]> writes:

> xaos renders it's animations in png format, gimps mpeg encoder can't read 
> png format though. all the rendered files are individual (up many 
> hundreds) and i want to do post work on them in gimp and put them 
> together with other types of animations i have made . 

You can use ImageMagick to create an animation from your sequence of
PNG images. Perhaps GAP can then read this animation, I'm not sure.

> 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.


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user