I'm using ImageMagick currently and I can animate gifs by cycling through three individual graphics, but the problem is now I need to write a routine that animates the text with in the graphic.
current annimation
$image->Read(qw(/opt/apache/images/619764_sbta.gif /opt/apache/images/617690_sbta.gif /opt/apache/images/$img));
$image->Set(delay=>100);
$image->Set(disposal=>1);
What I need-> Display the company name and phone number, next frame show the slogan of the company...Simple
There is a method I can use to add text to the garphic - Annotate
$image->Annotate(font=>$company_font, text=>$company, pen=>$company_color, gravity=>'North', 'y'=>$cCord, pointsize=>$company_size);
Anyone know of some website with possible scripts or do you have a script on accomplishing the above?
[sig]<p>Dano<br><a href=mailto:dskryzer@hotmail.com>dskryzer@hotmail.com</a><br><a href= </a><br>What's your major malfunction[/sig]
current annimation
$image->Read(qw(/opt/apache/images/619764_sbta.gif /opt/apache/images/617690_sbta.gif /opt/apache/images/$img));
$image->Set(delay=>100);
$image->Set(disposal=>1);
What I need-> Display the company name and phone number, next frame show the slogan of the company...Simple
There is a method I can use to add text to the garphic - Annotate
$image->Annotate(font=>$company_font, text=>$company, pen=>$company_color, gravity=>'North', 'y'=>$cCord, pointsize=>$company_size);
Anyone know of some website with possible scripts or do you have a script on accomplishing the above?
[sig]<p>Dano<br><a href=mailto:dskryzer@hotmail.com>dskryzer@hotmail.com</a><br><a href= </a><br>What's your major malfunction[/sig]