In addition to size (as BrowserUk already noted), you will also need to consider color -- color mapping, color pallet, and color index. Most importantly; the index must be the same for all images used within your animation. else you will not be able to attain a transparent background (if you intend one) and there will be pixelization(sp) which it appears you are describing. Easiest way to discover this info, is probably to open the three images in your image management software (gimp, photoshop, etc...), and look for these factors (compare them). Perhaps there's an "image info(rmation)" in the programs menu? I know the gimp has it, and I can't imagine the others wouldn't. If their not, you should be able to reduce the colors to that of the image with the least colors. There's usually "import" the other images into the one with the lowest color value. Which will "unify" the pallet for all three.

--Chris

Yes. What say about me, is true.

In reply to Re: reversed colors png images. by taint
in thread reversed colors png images. by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.