[magick-users] creating Zoom sequence with IM
Anthony Thyssen
A.Thyssen at griffith.edu.au
Thu Sep 17 16:13:25 PDT 2009
On Thu, 17 Sep 2009 10:37:49 -0400
"Christian Rauch" <christian.rauch at getauto.com> wrote:
| This all worked great, thanks for your help.
| One more little issue, when trying to generate a image sequence with %d and
| trying to force the scene numbers with -scene 100 , the t variable used to
| compute the scale factor does not work correctly, any ideas on how to force
| the numbering and still being able to compute using t?
|
The -scene setting does not seem to effect the fx: 't' variable.
Remember 't' is the 'index' and as such started at '0'.
One way of finding out what the value of the fx expression is to use
convert rose: \( +clone \) \( -clone 0--1 \) \
-scene 100 -set label '%[fx:t]' -format %l info:
0
1
2
3
Note that the number of images variable 'n' does not work at this time.
At least not outside the full "-fx" operator.
Anthony Thyssen ( System Programmer ) <A.Thyssen at griffith.edu.au>
-----------------------------------------------------------------------------
Ralph's Observation:
It is a mistake to allow any mechanical object to
realize that you are in a hurry.
-----------------------------------------------------------------------------
Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
More information about the Magick-users
mailing list