On Thu, 17 Sep 2009 10:37:49 -0400
"Christian Rauch" <[email protected]> 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 )    <[email protected]>
 -----------------------------------------------------------------------------
  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/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to