Creating a Slide Show using MagicK.net ?

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
GlennIM
Posts: 23
Joined: 2018-07-22T22:22:12-07:00
Authentication code: 1152

Creating a Slide Show using MagicK.net ?

Post by GlennIM »

Is there a way to create a slide show from a series of images using C#, perhaps combining them into a .GIF ?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Creating a Slide Show using MagicK.net ?

Post by snibgo »

Yes, you can read the inputs and write them to a GIF. But why write a compiled program? Does that have any advantages over a shell script?
snibgo's IM pages: im.snibgo.com
Post Reply