Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Implement a resize for animated gif.

$
0
0
The problems with MagickImageCollection have been resolved with changeset 26274. When i have published the next release you can resize the animage gif this way:
using (MagickImageCollection collection = new MagickImageCollection("myPath"))
{
  foreach(MagickImage image in collection)
  {
    image.Resize(62, 62);
  }
  
  collection.Write("myPath");
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>