"Dean S. Messing" on  wrote...
|
| How does one get `animate' to display the name of the currently
| displayed file name when one is stepping through a set of images?
|
|
| Currently, if I run `animate foo.png bar.png foobar.png'
| only "foo.png" is displayed in the title bar as I step through.
|
Use "display" instead with a -delay setting.

"Animate" is for animating a single complex GIF animation, not a
sequence of images.

     display -delay 10x1 rose: logo: granite:

However that still does not help you with your problem as display
only shows "ImageMagick:" and nothing else.

NOTE:  display also adds a 2 second delay to whatever -delay setting you
use. Again because it is not designed for animation, but slideshows.

You could use something like this to add a label...

  montage rose: granite: -size 100x100 plasma:fractal pattern:checkerboard \
          -geometry +1+1 -tile 1x1 -set label '%f - %wx%h' \
          -frame 5  miff:- | display -delay 1x1 -

or one of the other annotation method in IM examples
   http://www.imagemagick.org/Usage/annotating/

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
    One does expect bugs, but not of this variety
      -- an ant just crawled out of the keyboard.   
                                    -- Ann E Cleary <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
     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