Hello,
i have a problem when i try to load an XPM image with SDL_Image.
I have converted my bmp image in XPM with Image-Magick.
snip
What’s the problem?
tank’s
without looking at the problem one thing i have found is that imagemagick will use the word black, brown red etc, instead of the hex code, which sdl_image xpm cant handle, or at least didnt last time i used image majic ;)On Tuesday 06 June 2006 10:38, NeGflar wrote:
without looking at the problem one thing i have found is that imagemagick
will use the word black, brown red etc, instead of the hex code, which
sdl_image xpm cant handle, or at least didnt last time i used image majic
Hello,
I have seen the code but the colors are listed with exadecimal code.
I have the same problem with this simple code compiled with visual c++: