You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having this problem in C++ and the only command that is starting is "Magick::InitializeMagick("");", the code compiles normally, but when starting the created executable it shows "core dumped".
Steps to Reproduce
#include <Magick++.h>
#include <iostream>
#include "include/Symbols.h"
using namespace std;
int main(){
Magick::InitializeMagick("");
return 0;
}
Images
The text was updated successfully, but these errors were encountered:
Download the latest release of ImageMagick, 6.9.13-4. Its likely you will not receive the assertion. If, however, it still occurs, post here and we will investigate further.
ImageMagick version
6.9.11-60
Operating system
Linux
Operating system, version and so on
Ubuntu 23.10.1
Description
I'm having this problem in C++ and the only command that is starting is "Magick::InitializeMagick("");", the code compiles normally, but when starting the created executable it shows "core dumped".
Steps to Reproduce
Images
The text was updated successfully, but these errors were encountered: