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:
We are using the x86 8bpp version. The input file:
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: