Search found 1 match

by umair.xdoz
2018-01-10T18:54:49-07:00
Forum: Magick++
Topic: Magick: memory allocation failed `imagePath' @ error/bmp.c/ReadBMPImage/941
Replies: 1
Views: 15552

Magick: memory allocation failed `imagePath' @ error/bmp.c/ReadBMPImage/941

I am writing a c++ code and trying to crop an image. However, it fails at the initialisation after a few iterations. The function is being called in a library inside a loop and it works fine a few times (twice). Is there any way of deallocating the memory after operations have been performed on an i...