Search found 1 match

by anjos
2012-07-05T04:27:56-07:00
Forum: Bugs
Topic: Simple Read/Writing with Magick++ 6.7.8 stopped working?
Replies: 1
Views: 5103

Simple Read/Writing with Magick++ 6.7.8 stopped working?

I guess something has changed in the latest(s) releases of ImageMagick. The following program does not work as intented with Magick++ 6.7.8 (at least) anymore:


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

int main(int argc, char** argv) {

if (argc != 2) {
std::cerr << "usage ...