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

New Post: Memory allocation failed

$
0
0
Hello,

Several times I got the following error message:

Thumbnailer failed with exception: 2BAB.exe: Memory allocation failed `e:\temp\QProcess\dffda8d0-dd21-49df-8a3b-132fb6df7088\logo_sds_max.gif' @ error/gif.c/WriteGIFImage/1631; Uri: logo_sds_max.jpg

This is not consequent. Sometimes other images fail.
Can this be a memory leak or is there something wrong with the imput message?

The used code:
using (var image = new MagickImage(this.source))
                {
                    image.Thumbnail(this.width, this.height);
                    image.Extent(this.width, this.height, Gravity.Center, MagickColor.Transparent);
                    image.Write(this.destination);
                }
_Where width and height are 200 and destionation xyz.gif _

We are using the x86 8bpp version. The input file:
Image

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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