sdl-image
How to load image with IMG_Load() without the byte padding for each line?
If i load image such as 98x*** which is 3 bytes per pixel, it will create 2 bytes padding there to make it fit in 4 bytes sequences.[详细]
2023-03-23 23:33 分类:问答Linking SDL_image errors
I am running into problems when linking SDL_image in gcc 3 on cygwin under Windows 7. I receive the following error:[详细]
2023-03-01 00:21 分类:问答Loading a OpenGL Image with SDL-image
As it says above: How can I employ the image loading facilities of the SDL-image binding to Haskell to load a OpenGL texture, as you so often do in C. SDL-image supports a nice variety of image format[详细]
2023-02-19 18:24 分类:问答SDL Surface Pixel Format Conversion
I want to convert an SDL_Surface, which was loaded by IMG_Load() to an other pixel format (rgba8) for an OpenGL Texture. How开发者_开发百科 can I do that?[详细]
2023-01-28 07:03 分类:问答SDL_image/C++ OpenGL Program: IMG_Load() produces fuzzy images
I\'m trying to load an image file and use it as a texture for a cube. I\'m using SDL_image to do that.[详细]
2022-12-11 21:04 分类:问答