Search found 1 match

by Cubbee
2012-07-08T03:43:19-07:00
Forum: MagickWand
Topic: Small memory leaks when resizing gifs with MagickWand
Replies: 1
Views: 11656

Small memory leaks when resizing gifs with MagickWand

Hello. I`m trying to resize animated gifs with ImageMagick MagickWand, but get some small memory leaks. ~3 Mb per 400 gifs. I`m not 100% sure if I`m using MagickWand right. MagickWandGenesis(); MagickCore::MagickWand *magick_wand = NewMagickWand(); MagickCore::MagickWand *magick_wand2 = NewMagickWan...