Search found 3 matches

by Silver_Sparrow
2016-10-30T20:00:34-07:00
Forum: Magick++
Topic: Magic++ crash
Replies: 4
Views: 16662

Re: Magic++ crash

Okay, I built from source this time, with the option --without-multithread specified when configuring. (please correct me if did this at the wrong time, I am not used to building from source that often) Anyway, I am using GraphicsMagick-1.3.25/Magick++ now. After making and installing, I changed my ...
by Silver_Sparrow
2016-10-30T19:09:48-07:00
Forum: Magick++
Topic: Magic++ crash
Replies: 4
Views: 16662

Re: Magic++ crash

I downloaded the API using apt-get and don't know the version number, but since this seems to be a problem resident to the build, I will try building my own without multi-threading.
by Silver_Sparrow
2016-10-30T16:51:04-07:00
Forum: Magick++
Topic: Magic++ crash
Replies: 4
Views: 16662

Magic++ crash

Hello. I am getting started with Magic++ and am having a problem getting a basic program to run. Here is the code.


#include <iostream>
#include <Magick++.h>

using namespace std;
using namespace Magick;

int main()
{
Image hello_image;
hello_image.read("/media/[myUserName]/Data/test.bmp ...