Search found 1 match

by smolyn
2014-10-15T12:33:08-07:00
Forum: Bugs
Topic: assertion failure blobtoimage
Replies: 3
Views: 4511

Re: assertion failure blobtoimage

This appears to be a bug in Magick++/STL.h

It's a super easy one line fix:
--- a/Magick++/lib/Magick++/STL.h
+++ b/Magick++/lib/Magick++/STL.h
@@ -2669,6 +2669,7 @@
MagickCore::ImageInfo
*imageInfo;

+ imageInfo=options.imageInfo();
GetPPException;
images=MagickCore::BlobToImage(imageInfo,blob ...