Search found 1 match

by Kion
2019-06-25T03:54:25-07:00
Forum: Magick++
Topic: Help with ImageMagick
Replies: 0
Views: 240166

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 ...