Welcome to GraphicForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to create animated GIF with captions?

 
   Graphic Forums (Home) -> Graphic Formats RSS
Next:  EPS file and download  
Author Message
Yashgt

External


Since: Jun 10, 2008
Posts: 3



(Msg. 1) Posted: Tue Jun 10, 2008 4:27 am
Post subject: How to create animated GIF with captions?
Archived from groups: comp>graphics>apps>photoshop, others (more info?)

Hi,

I would like to create a GIF file which appears as a slideshow of
multiple images with a fade-in effect. On image would gradually fade
and tunr into the next image. Also, I need a caption to appear in
small font at the bottom and outside the image. Is there a tool
(online or desktop) to do this?

Thanks,
Yash

 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
Richard Heathfield

External


Since: Jun 10, 2008
Posts: 4



(Msg. 2) Posted: Tue Jun 10, 2008 1:02 pm
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yashgt said:

> Hi,
>
> I would like to create a GIF file which appears as a slideshow of
> multiple images with a fade-in effect. On image would gradually fade
> and tunr into the next image. Also, I need a caption to appear in
> small font at the bottom and outside the image. Is there a tool
> (online or desktop) to do this?

The GIMP can do it. So can ImageMagick. Both are free.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999

 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
Rowley

External


Since: Jul 05, 2006
Posts: 26



(Msg. 3) Posted: Tue Jun 10, 2008 6:31 pm
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Why GIF? Just curious... would think that SWF would be a better format.

Martin

Yashgt wrote:

> Hi,
>
> I would like to create a GIF file which appears as a slideshow of
> multiple images with a fade-in effect. On image would gradually fade
> and tunr into the next image. Also, I need a caption to appear in
> small font at the bottom and outside the image. Is there a tool
> (online or desktop) to do this?
>
> Thanks,
> Yash
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
Yashgt

External


Since: Jun 10, 2008
Posts: 3



(Msg. 4) Posted: Wed Jun 11, 2008 5:02 am
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have chosen GIF for browser compatibility and also because I do not
have any experience with SWF.

ImageMagick suggested by Richard is the tool I was looking for. I can
build a script and specify the files to be used as the constituents of
the GIF. I can then change it when I want to change the GIF.

Trouble is that the syntax appears too complicated. If anyone can help
me with a sample, that will be great. Otherwise I will try and figure
it out. What I want to do is:
- specify 4 images
- specify 4 strings that act as their captions
- create a gif such that when one image transitions into another,
there is fade-in effect
- the corresponding caption appears for each image

Thanks,
Yash

On Jun 11, 4:12 pm, Rowley <industry3dREM....TakeThisOut@yahoo.com> wrote:
> I guess that's true.... and I hear a lot of people use them on their
> MySpace pages....
>
> Martin
>
> Richard Heathfield wrote:
> > Rowley said:
>
> >>Why GIF? Just curious... would think that SWF would be a better format.
>
> > Well, I'm not the OP, but I would guess he is swayed by the fact that
> > animated GIFs have wide browser support.
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
Richard Heathfield

External


Since: Jun 10, 2008
Posts: 4



(Msg. 5) Posted: Wed Jun 11, 2008 5:03 am
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Rowley said:

> Why GIF? Just curious... would think that SWF would be a better format.

Well, I'm not the OP, but I would guess he is swayed by the fact that
animated GIFs have wide browser support.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
Yashgt

External


Since: Jun 10, 2008
Posts: 3



(Msg. 6) Posted: Wed Jun 11, 2008 5:33 am
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks a ton. That was encouraging. Just that having to figure out the
options ans switches worries me.

>
> ImageMagick? You're kidding! Let's say you have half a dozen bitmapped images,
> named frame1.bmp through frame6.bmp (no, you don't have to use those names!).
>
> You do this:
>
> convert *.bmp final.gif
>
> Where's the complication? Smile
>
> > - create a gif such that when one image transitions into another,
> > there is fade-in effect
>
> For this, you'll need to do a bit of alpha-blending. Not difficult. I actually
> wrote a cross-fading program not so long ago, for precisely this purpose. It
> takes a set of .bmp files and a tween rate, and produces bitmap frames that
> fade from A to B, B to C, C to ..., etc, ... to Z, and Z back to A again.
> ImageMagick then takes the strain of merging them together into a GIF.
>
> (And before you ask, no, you can't use my cross-fader, unless you're prepared
> to part with some cash, which strikes me as being rather unlikely. But it
> really isn't that difficult to write your own. If I can do it...)
>
> --
> Richard Heathfield <http://www.cpax.org.uk>
> Email: -http://www. +rjh@
> Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
> "Usenet is a strange place" - dmr 29 July 1999
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
Rowley

External


Since: Jul 05, 2006
Posts: 26



(Msg. 7) Posted: Wed Jun 11, 2008 6:12 am
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I guess that's true.... and I hear a lot of people use them on their
MySpace pages....

Martin

Richard Heathfield wrote:
> Rowley said:
>
>
>>Why GIF? Just curious... would think that SWF would be a better format.
>
>
> Well, I'm not the OP, but I would guess he is swayed by the fact that
> animated GIFs have wide browser support.
>
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
Richard Heathfield

External


Since: Jun 10, 2008
Posts: 4



(Msg. 8) Posted: Wed Jun 11, 2008 12:22 pm
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yashgt said:

> I have chosen GIF for browser compatibility and also because I do not
> have any experience with SWF.
>
> ImageMagick suggested by Richard is the tool I was looking for. I can
> build a script and specify the files to be used as the constituents of
> the GIF. I can then change it when I want to change the GIF.
>
> Trouble is that the syntax appears too complicated.

ImageMagick? You're kidding! Let's say you have half a dozen bitmapped images,
named frame1.bmp through frame6.bmp (no, you don't have to use those names!).

You do this:

convert *.bmp final.gif

Where's the complication? Smile

> - create a gif such that when one image transitions into another,
> there is fade-in effect

For this, you'll need to do a bit of alpha-blending. Not difficult. I actually
wrote a cross-fading program not so long ago, for precisely this purpose. It
takes a set of .bmp files and a tween rate, and produces bitmap frames that
fade from A to B, B to C, C to ..., etc, ... to Z, and Z back to A again.
ImageMagick then takes the strain of merging them together into a GIF.

(And before you ask, no, you can't use my cross-fader, unless you're prepared
to part with some cash, which strikes me as being rather unlikely. But it
really isn't that difficult to write your own. If I can do it...)

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
KatWoman

External


Since: May 04, 2007
Posts: 282



(Msg. 9) Posted: Wed Jun 11, 2008 2:37 pm
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Yashgt" <yashgt.TakeThisOut@gmail.com> wrote in message
news:37ee6a6c-e340-440a-9733-7ab4d4dfd12d@u12g2000prd.googlegroups.com...
> Hi,
>
> I would like to create a GIF file which appears as a slideshow of
> multiple images with a fade-in effect. On image would gradually fade
> and tunr into the next image. Also, I need a caption to appear in
> small font at the bottom and outside the image. Is there a tool
> (online or desktop) to do this?
>
> Thanks,
> Yash


If you have Photoshop?? it has an animation creator with tweening choices,
etc.

window>animation palette

place images into frames, specify time on screen, tween choices

then

save for web when done>>> select gif in drop down
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
JD

External


Since: Nov 13, 2004
Posts: 108



(Msg. 10) Posted: Wed Jun 11, 2008 2:37 pm
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

KatWoman wrote:
> "Yashgt" <yashgt.RemoveThis@gmail.com> wrote in message
> news:37ee6a6c-e340-440a-9733-7ab4d4dfd12d@u12g2000prd.googlegroups.com...
>> Hi,
>>
>> I would like to create a GIF file which appears as a slideshow of
>> multiple images with a fade-in effect. On image would gradually fade
>> and tunr into the next image. Also, I need a caption to appear in
>> small font at the bottom and outside the image. Is there a tool
>> (online or desktop) to do this?
>>
>> Thanks,
>> Yash
>
>
> If you have Photoshop?? it has an animation creator with tweening choices,
> etc.
>
> window>animation palette
>
> place images into frames, specify time on screen, tween choices
>
> then
>
> save for web when done>>> select gif in drop down
>
>
How does one add new images into frames? All I can get it to do is copy
the original image?



--
JD..
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
KatWoman

External


Since: May 04, 2007
Posts: 282



(Msg. 11) Posted: Wed Jun 11, 2008 4:50 pm
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"JD" <JD DeleteThis @example.invalid> wrote in message
news:BZOdnaV1xeqMtc3VnZ2dnUVZ_hSdnZ2d@posted.grandecom...
> KatWoman wrote:
>> "Yashgt" <yashgt DeleteThis @gmail.com> wrote in message
>> news:37ee6a6c-e340-440a-9733-7ab4d4dfd12d@u12g2000prd.googlegroups.com...
>>> Hi,
>>>
>>> I would like to create a GIF file which appears as a slideshow of
>>> multiple images with a fade-in effect. On image would gradually fade
>>> and tunr into the next image. Also, I need a caption to appear in
>>> small font at the bottom and outside the image. Is there a tool
>>> (online or desktop) to do this?
>>>
>>> Thanks,
>>> Yash
>>
>>
>> If you have Photoshop?? it has an animation creator with tweening
>> choices, etc.
>>
>> window>animation palette
>>
>> place images into frames, specify time on screen, tween choices
>>
>> then
>>
>> save for web when done>>> select gif in drop down
> How does one add new images into frames? All I can get it to do is copy
> the original image?
>
>
>
> --
> JD..

make a layered psd with all the images on separate layers
then click little paper icon
then turn off and on the layers you want to show in each frame
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
JD

External


Since: Nov 13, 2004
Posts: 108



(Msg. 12) Posted: Wed Jun 11, 2008 6:09 pm
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

KatWoman wrote:
> "JD" <JD DeleteThis @example.invalid> wrote in message
> news:BZOdnaV1xeqMtc3VnZ2dnUVZ_hSdnZ2d@posted.grandecom...
>> KatWoman wrote:
>>> "Yashgt" <yashgt DeleteThis @gmail.com> wrote in message
>>> news:37ee6a6c-e340-440a-9733-7ab4d4dfd12d@u12g2000prd.googlegroups.com...
>>>> Hi,
>>>>
>>>> I would like to create a GIF file which appears as a slideshow of
>>>> multiple images with a fade-in effect. On image would gradually fade
>>>> and tunr into the next image. Also, I need a caption to appear in
>>>> small font at the bottom and outside the image. Is there a tool
>>>> (online or desktop) to do this?
>>>>
>>>> Thanks,
>>>> Yash
>>>
>>> If you have Photoshop?? it has an animation creator with tweening
>>> choices, etc.
>>>
>>> window>animation palette
>>>
>>> place images into frames, specify time on screen, tween choices
>>>
>>> then
>>>
>>> save for web when done>>> select gif in drop down
>> How does one add new images into frames? All I can get it to do is copy
>> the original image?
>>
>>
>>
>> --
>> JD..
>
> make a layered psd with all the images on separate layers
> then click little paper icon
> then turn off and on the layers you want to show in each frame
>
>
>
Thanks!



--
JD..
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
tacit

External


Since: Feb 10, 2005
Posts: 384



(Msg. 13) Posted: Thu Jun 12, 2008 6:51 pm
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
<eb6c9347-4afc-449b-b3ca-23c1cc29e825.DeleteThis@j1g2000prb.googlegroups.com>,
Yashgt <yashgt.DeleteThis@gmail.com> wrote:

> I have chosen GIF for browser compatibility and also because I do not
> have any experience with SWF.
>
> ImageMagick suggested by Richard is the tool I was looking for. I can
> build a script and specify the files to be used as the constituents of
> the GIF. I can then change it when I want to change the GIF.

You will be sadly disappointed by the results.

A GIF image can have no more than 256 colors maximum. If you have many
different photographs in a GIF, even an animated GIF, they must share
that same palette of 256 total colors. You'll go through a lot of work,
then likely be horrified by the results.

--
Photography, kink, polyamory, shareware, and more: all at
http://www.xeromag.com/franklin.html
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
Richard Heathfield

External


Since: Jun 10, 2008
Posts: 4



(Msg. 14) Posted: Thu Jun 12, 2008 11:15 pm
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

tacit said:

> In article
> <eb6c9347-4afc-449b-b3ca-23c1cc29e825.RemoveThis@j1g2000prb.googlegroups.com>,
> Yashgt <yashgt.RemoveThis@gmail.com> wrote:
>
>> I have chosen GIF for browser compatibility and also because I do not
>> have any experience with SWF.
>>
>> ImageMagick suggested by Richard is the tool I was looking for. I can
>> build a script and specify the files to be used as the constituents of
>> the GIF. I can then change it when I want to change the GIF.
>
> You will be sadly disappointed by the results.
>
> A GIF image can have no more than 256 colors maximum. If you have many
> different photographs in a GIF, even an animated GIF, they must share
> that same palette of 256 total colors. You'll go through a lot of work,
> then likely be horrified by the results.

GIFs are typically used where a high definition image is required but not too
many colours are needed. The great advantage of the GIF format is that it is
lossless - every detail is preserved, keeping the image crisp. Unfortunately,
the great disadvantage of the GIF format is that it is lossless, making the
use of many colours impractical (and as tacit points out, the upper limit is
disappointingly low).

If you have cartoon-style images - hi-def, not many colours - GIFs work just
fine, and animating them can look really cool. But photographs? Well, yes you
can do it, but like the man said, it'll look *so* sucky.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
Anthony Thyssen

External


Since: Nov 10, 2008
Posts: 1



(Msg. 15) Posted: Mon Nov 10, 2008 8:25 am
Post subject: Re: How to create animated GIF with captions? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 11 Jun 2008 05:33:23 -0700 (PDT)
Yashgt <yashgt.TakeThisOut@gmail.com> wrote:

| Thanks a ton. That was encouraging. Just that having to figure out the
| options ans switches worries me.
|
| >
| > ImageMagick? You're kidding! Let's say you have half a dozen bitmapped images,
| > named frame1.bmp through frame6.bmp (no, you don't have to use those names!).
| >
|
All the ImageMagick examples, including all the info you need for GIF animation
is in Imagemagick Examples...
http://www.imagemagick.org/Usage/

The Animation Basics tell you the options and the GIF handling.
Whole Animation Modifications give you everything from adding captions
to cross fading.

The ImageMgaick Diccussion Server is also available to get further help
and is VERY active.

PS: I an the maintaner of IM Examples Smile

Anthony Thyssen ( Graphics Enthusiast ) <A.Thyssen.TakeThisOut@griffith.edu.au>
-----------------------------------------------------------------------------
A picture may be worth a thousand words,
but a thousand words use a lot less disk space!
-----------------------------------------------------------------------------
IM Examples
 >> Stay informed about: How to create animated GIF with captions? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Animated gif - Very easy in Imageready, but how do you import an animated gif into Photoshop CS3 ext. and keep the frame-edit function? If I try it using the 'open' command, I get a message saying that I can only view one frame. If I use 'open as' and choose..

Pasting Into Animated PSD - I am a newbie to Photoshop CS2...it came with the used computer I bought so I figured I'd bone up from v5.0 or whatever the last version I learned was. I have an animation set up: 'n' frames, 'n' layers. My intention is to paste an object into one frame...

Animated GIF Max Size - I'm trying to create an animated GIF of 29 photos (through the windshield of a car going down a road). I have put them into layers in Photoshop Elements 5.0, first on top and last on bottom. They are at an 800x600 resolution. It tells me that the file i...

Best way to create GIF of marquee with chase lights?? - I am trying to find the best way to create a gif that represents a rectangular marquee with chase lights running around the perimeter. I will also need some other stuff happening within the marquee but I know how to do everything else. I just got..

Best common file format to use to create PDFs? - > "Zak" <duff@nomail.invalid> schreef in bericht >> >>I use XP. >> >> I scan a document to a graphics file (eg jpg, gif, bmp, etc) >> Then I make a PDF from the graphics file. >> >> I see tha...
   Graphic Forums (Home) -> Graphic Formats All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]