Search found 1 match
- 2013-02-05T02:04:29-07:00
- Forum: Magick++
- Topic: Compiling problem with Magick++ on Ubuntu 12.04.2 LTS 64bit
- Replies: 3
- Views: 15452
Compiling problem with Magick++ on Ubuntu 12.04.2 LTS 64bit
Hello, I am using a Ubuntu 12.04.2 LTS 64bit and I am trying to compile this simple program that I found somewhere on this forum: #include "Magick++.h" using namespace std; using namespace Magick; void testbild() { Image image; image.read( "logo:"); Geometry newSize = Geometry(720, 480); image.scale ...