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


[Gimp-user] xaos and gimp animation

2003-07-16 Thread sam ende

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 . 
eventually at some point i'll probably move onto film gimp but at the 
minute gimp can still handle to bits and pieces i'm doing. i need a 
script to convert x amount of png files into a single xcf file, is that 
possible ? also xaos outputs three types of file, png (raw image i think) 
and png.b and png.p, how important are these and do i need them in gimp ?

if i convert some finished animations (bits of) into mpeg fromat (under 
gimp) will i still be able to modify them ?

atm i can only view the png files by doing this command;'mplayer -fs -mf 
"on:fps=5:type=png" "*.png"

which isn't ideal, i would like to work with these files and obvioulsy 
opening them one by one in gimp is considering the amount niegh 
impossible.

are there any docs/sites where i can look up questions like this ?

thanks :)

sammi

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