I'm trying to create an animation that displays a message but it adds one letter at a time. Each letter is an image and not font.
Frame 1 H
Frame 2 He
Frame 3 Hel
Frame 4 Hell
Frame 5 Hello
I have this working however when I try it in a specific program, it seems the animation barfs and the image is wrecked.
I then grabbed an image that does work and ran identify on it. One of the frames reports this:
Code: Select all
good.gif GIF 7x5 48x48+17+10 PseudoClass 16c 8-bit 542b
Code: Select all
bad.gif GIF 48x48 48x48+0+0 PseudoClass 2c 8-bit 98b
What do I need to do in order to get my images like in the first sample? I currently make a transparent image the full size that's needed (48x48) and compose the letter at the correct point.
Thanks for your help.