Code: Select all
#import <ImageMagick/Magick++.h>
Code: Select all
#import <Magick++.h>
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?!