How create animated gif image with MagickNet.

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
lavige777

How create animated gif image with MagickNet.

Post by lavige777 »

Hello
Tell me please, how can I create animated gif image with MagickNet.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: How create animated gif image with MagickNet.

Post 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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply