1. appending .gifs

How do i append one gif to the bottom of another gif? Details please, i am not
windows gui gifted. Or should i just call imagemagic to do it?

Kat

new topic     » topic index » view message » categorize

2. Re: appending .gifs

Kat wrote:
> 
> 
> How do i append one gif to the bottom of another gif? Details please, i am not
> windows gui gifted. Or should i just call imagemagic to do it?
> 
> Kat
Yes Kat,

Shouldn't be hard to do if the two GIFs are the same width. 

getRect(GIF1), getRect(GIF2). And add the two heights together to get total
height.

Create Pixmap with new height.  Paste the two in there.

However if the two GIFs have different widths then you would have to blow
one up or shrink one down to get the widths the same.

This could all be done with Win32dib.

Don Cole

new topic     » goto parent     » topic index » view message » categorize

3. Re: appending .gifs

don cole wrote:
> 
> Kat wrote:
> > 
> > 
> > How do i append one gif to the bottom of another gif? Details please, i am
> > not
> > windows gui gifted. Or should i just call imagemagic to do it?
> > 
> > Kat
> Yes Kat,
> 
> Shouldn't be hard to do if the two GIFs are the same width. 
> 
> getRect(GIF1), getRect(GIF2). And add the two heights together to get total
> height.
> 
> Create Pixmap with new height.  Paste the two in there.

The termination bytes on the first one won't stop the 2nd one from showing?

> However if the two GIFs have different widths then you would have to blow
> one up or shrink one down to get the widths the same.

They are different widths and heights. I, naturally, want the small one centered
under the big one.

> This could all be done with Win32dib.

I noted on http://users.telenet.be/tommycarlier/eu/genlib.htm that Tommy has
version 0.5.3 there. So i downloaded it and tried to open with winzip and winrar,
and both said the file was broken and unopenable. My archived win32dib is version
0.5.0, that is to say, with the bugs which are removed from 0.5.3. Tommy, are you
out there? Tommy can you hear me? Ok, sorry, enough with the old songs... Tommy,
can you fix the file you have available for download? Thanks.

Kat

new topic     » goto parent     » topic index » view message » categorize

4. Re: appending .gifs

Kat wrote:
> 
> don cole wrote:
> > 
> > Kat wrote:
> > > 
> > > 
> > > How do i append one gif to the bottom of another gif? Details please, i am
> > > not
> > > windows gui gifted. Or should i just call imagemagic to do it?
> > > 
> > > Kat
> > Yes Kat,
> > 
> > Shouldn't be hard to do if the two GIFs are the same width. 
> > 
> > getRect(GIF1), getRect(GIF2). And add the two heights together to get total
> > height.
> > 
> > Create Pixmap with new height.  Paste the two in there.
> 
> The termination bytes on the first one won't stop the 2nd one from showing?
> 
> > However if the two GIFs have different widths then you would have to blow
> > one up or shrink one down to get the widths the same.
> 
> They are different widths and heights. I, naturally, want the small one
> centered
> under the big one.
> 
> > This could all be done with Win32dib.
> 
> I noted on <a
> href="http://users.telenet.be/tommycarlier/eu/genlib.htm">http://users.telenet.be/tommycarlier/eu/genlib.htm</a>
> that Tommy has version 0.5.3 there. So i downloaded it and tried to open with
> winzip and
> winrar, and both said the file was broken and unopenable. My archived win32dib
> is version
> 0.5.0, that is to say, with the bugs which are removed from 0.5.3. Tommy, are
> you out
> there? Tommy can you hear me? Ok, sorry, enough with the old songs... Tommy,
> can you fix
> the file you have available for download? Thanks.

Hello Kat,

I've downloaded that 0.5.3 just now and it is pretty openable
and unzippenable    smile
 
Try please 7-zip, maybe it will do a job for you ...

Regards,
Igor Kachan
kinz at peterlink.ru

new topic     » goto parent     » topic index » view message » categorize

5. Re: appending .gifs

Igor Kachan wrote:
> 
> Kat wrote:
> > 
> > don cole wrote:
> > > 
> > > Kat wrote:
> > > > 
> > > > 
> > > > How do i append one gif to the bottom of another gif? Details please, i
> > > > am
> not</font></i>
> > > > windows gui gifted. Or should i just call imagemagic to do it?
> > > > 
> > > > Kat
> > > Yes Kat,
> > > 
> > > Shouldn't be hard to do if the two GIFs are the same width. 
> > > 
> > > getRect(GIF1), getRect(GIF2). And add the two heights together to get
> > > total
> > > height.
> > > 
> > > Create Pixmap with new height.  Paste the two in there.
> > 
> > The termination bytes on the first one won't stop the 2nd one from showing?
> > 
> > > However if the two GIFs have different widths then you would have to blow
> > > one up or shrink one down to get the widths the same.
> > 
> > They are different widths and heights. I, naturally, want the small one
> > centered
> > under the big one.
> > 
> > > This could all be done with Win32dib.
> > 
> > I noted on <a
> > href="http://users.telenet.be/tommycarlier/eu/genlib.htm">http://users.telenet.be/tommycarlier/eu/genlib.htm</a>
> > that Tommy has version 0.5.3 there. So i downloaded it and tried to open
> > with
> winzip and</font></i>
> > winrar, and both said the file was broken and unopenable. My archived
> > win32dib
> is version</font></i>
> > 0.5.0, that is to say, with the bugs which are removed from 0.5.3. Tommy,
> > are you
> out</font></i>
> > there? Tommy can you hear me? Ok, sorry, enough with the old songs... Tommy,
> > can
> you fix</font></i>
> > the file you have available for download? Thanks.
> 
> Hello Kat,
> 
> I've downloaded that 0.5.3 just now and it is pretty openable
> and unzippenable    smile
>  
> Try please 7-zip, maybe it will do a job for you ...

I guess 3rd try is the charm. I downloaded it again, and winzip and winrar
opened it. But i took your advice and downloaded 7-zip also, and it works too!

Kat

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu