Search found 2 matches

by brody
2011-01-05T22:58:22-07:00
Forum: PerlMagick
Topic: How to add delay and how to optimize animation
Replies: 2
Views: 11802

Re: How to add delay and how to optimize animation

No response, no suggestions? Not for either part of the problem? Please post any ideas you may have . Thanks
by brody
2011-01-04T22:21:07-07:00
Forum: PerlMagick
Topic: How to add delay and how to optimize animation
Replies: 2
Views: 11802

How to add delay and how to optimize animation

Hello,

I'm creating an animation which goes something like this:

frame x, frame y, frame z
pause
reverse, i.e. frame z, frame y, frame x
pause
repeat

Here's my (somewhat pseudo)code:


im->Set(size => "${width}x${height}");
$im->[$frameno++]->Draw(x...
$im->[$frameno++]->Draw(y...
$im ...