Re: how to make an animation ;)

2007-02-08 Thread Olivier Ramare
Enrico Sardi wrote: > Hi all! > > I want to make a simple animation in gtk with a pixbuf that rotates, how > can I make it? > For every change of state of my application, the image changes. I have 10 files with the rotated images (I've created them with a repeated use of gimp) and I use the fol

Re: how to make an animation ;)

2007-02-09 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Feb 09, 2007 at 01:02:20AM +0100, Olivier Ramare wrote: > Enrico Sardi wrote: > > Hi all! > > > > I want to make a simple animation in gtk with a pixbuf that rotates, how > > can I make it? > > > For every change of state of my application,

Re: how to make an animation ;)

2007-02-09 Thread Enrico Sardi
[EMAIL PROTECTED] pronuncio' le seguenti parole il 09/02/2007 10:19: Hi Tomas! > The problem with this is that it'll keep your program (and most of your > computer ;) busy with the job. Better use a timer (or an idle) callback. > > Even better: pixbufs know about animations and do it for you! With

Re: how to make an animation ;)

2007-02-09 Thread Olivier Ramare
Hi, I would ask gimp to create the animated part. Open gimp with your first image. Create as many layers as you have images. Open each of the images and copy them in the successive layers Use menu item Filter->Animation->play or replay I'm not sure to check the partial result.

Re: how to make an animation ;)

2007-02-10 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Feb 09, 2007 at 01:39:17PM +0100, Enrico Sardi wrote: > [EMAIL PROTECTED] pronuncio' le seguenti parole il 09/02/2007 10:19: > > Hi Tomas! [...] > > Even better: pixbufs know about animations and do it for you! [...] > I saw gdk_pixbuf_anima