Skip to content
Discussion options

You must be logged in to vote

When you do this using (var collection = new MagickImageCollection("animated.gif")) all the frames of the images will be added to that collection. You can then add or remove frames (images) from the collection. And with AddRange you can add multiple frames/images to the collection, and to add a single frame/image you will need to use the Add method.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tomasr78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants