"Zhang Jun" on  wrote...
| Hi all,
| 
| I want to add some animate text to gif image, but I don't know how to
| do it with Perl,
| 
| I want the text animate, so I think I should add the text(with some
| change) to different frames(or call them pictures) of the the gif,
| 
| so how can I decode the gif and get the frames ?
| I find out "convert" can do that:  "convert aaa.gif frame%02d.gif",
| but how can I do it with perl script and Image::Magick?
| 
| I am not familiar with graphic programming, so I do not know whether
| my steps are right also.
| 
An example of exactly this is given in, IM examples...
  Animation Modifications
    Frame by Frame - modifying one frame at a time
       http://imagemagick.org/Usage/anim_mods/#frame_mod

One point you need to remember -- know your animation!!!

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
   The Skeleton clicked its teeth in a bizarre rictus that might have
   been a smile.   How would you know if a skeleton was smiling?
         -- Larry Niven and Steve Barnes, "Barzoom Project" (Dream Park)
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to