Page 1 of 1

How create animated gif image with MagickNet.

Posted: 2007-02-14T03:21:51-07:00
by lavige777
Hello
Tell me please, how can I create animated gif image with MagickNet.

Re: How create animated gif image with MagickNet.

Posted: 2007-02-18T22:34:32-07:00
by anthony
Same way you do for the command line (as showed in IM examples)

Read in each image, setting that images dispose and delay meta-data attributes as appropriate, then save the whole image sequence into one single file.

The command line uses -delay and -dispose settings to define the attributes for new images being read in, uses -set to re-define them for a whole sequence of images already read into memory.