Installtion problems

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
GnnG

Installtion problems

Post by GnnG »

I've installed the Magick++ and when I'll import to my C++ code there's just:

Code: Select all

#import <ImageMagick/Magick++.h>
and not like the samples show me:

Code: Select all

#import <Magick++.h>
I can't find the namespace Magick++

When I'll use the Image class, the compiler didn't find the class, just one called ImageRef that there's no constructors, totally empty .
Is it normal?!

What I have to do?!
Post Reply