[magick-users] fade out to greyscale - gif

Anthony Thyssen anthony at griffith.edu.au
Mon Jun 18 00:29:57 PDT 2007


"Christoph P. Kukulies" on  wrote...
| I'm seeking for a script or something that allows for producing an animated gif
| that fades out a rgb coloured gif into a gray scale one.
| 

convert rose:  \( +clone -colorspace Gray \) \
        -morph 15  -set delay 20  -loop 0   image_fade.gif

animate image_fade.gif

Just replace rose: with whatever image you want!!!!
and set the number of frames and timeings you want.


  Anthony Thyssen ( System Programmer )    <A.Thyssen at griffith.edu.au>
 -----------------------------------------------------------------------------
    Millions long for immortality who do not know what to do with
    themselves on a rainy Sunday afternoon.       --- Susan Ertz
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/


More information about the Magick-users mailing list