Background Image For Page Curl

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
xpt
Posts: 59
Joined: 2010-10-06T20:18:24-07:00
Authentication code: 8675308

Timing control of pagecurl

Post by xpt »

Animation script courtesy of Anthony Thyssen that I modified slightly.
Hi,

I'm trying to make use of Fred's pagecurl,
http://www.fmwconcepts.com/imagemagick/ ... /index.php

I'm wondering, how do I do timing control? I want the "cover" to stay relatively long (say 3 seconds) and "quickly" (say 1 second) peel & reveal the underneath image. How can I tweak the timing?

BTW Fred, please also change the sample code to reflect the fact that,
The
-draw 'image DstOver 0,0 0,0 "zelda1.jpg"'
can be replace by the more modern multi-image layers composition
Thanks
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Background Image For Page Curl

Post by fmw42 »

change the delay 100 to a larger number. It is already delayed longer than the other frames.
Post Reply