Search found 1 match
- 2019-06-25T03:54:25-07:00
- Forum: Magick++
- Topic: Help with ImageMagick
- Replies: 0
- Views: 185376
Help with ImageMagick
Im going to use Magick++ to load textures into my application but Magick++.h cant seem to find <Magick++/Include.h>. Im useing Code::Blocks and im on Ubuntu. #ifndef TEXTURE_H #define TEXTURE_H #include <string> #include <GL/glew.h> #include <ImageMagick/Magick++.h> class Texture { public: Texture ...