Tagged Questions
0
votes
0answers
204 views
Loading and displaying a BMP file C++/Opengl
When I run the following code, it just shows a plain color, like Pink or Orange. The picture which I'm trying to load is a 24-bit BMP which should work 100%. (Size 256x256)
BmpLoader.h
#ifndef ...
2
votes
2answers
210 views
there is a BLOB standard to store images in memory?
I would like to abstract all the images in memory, to do so i would like to have just 1 format of reference without talking about the usual file formats for the filesystem like JPG, TGA, and so on.
I ...
0
votes
1answer
3k views
DevIL image library isn't loading my image
This is the first time I've had this problem, my code just won't load the images I need it to.
Here is my first function for loading the image into data:
void ...