The methods of the SdlImage class are listed below. For a complete list of SdlImage class members, see the SdlImage Members topic.
![]() ![]() | Get the current error string |
![]() ![]() | Test for valid, supported BMP file. |
![]() ![]() | Test for valid, supported GIF file. |
![]() ![]() | Test for valid, supported JPG file. |
![]() ![]() | Test for valid, supported LBM file. |
![]() ![]() | Test for valid, supported PCX file. |
![]() ![]() | Test for valid, supported PNG file. |
![]() ![]() | Test for valid, supported PNM file. |
![]() ![]() | Test for valid, supported TIF file. |
![]() ![]() | Test for valid, supported XCF file. |
![]() ![]() | Test for valid, supported XPM file. |
![]() ![]() | Test for valid, supported XV file. |
![]() ![]() | Using this you can compare the runtime version to the version that you compiled with. |
![]() ![]() | Load from a file. |
![]() ![]() | Load an image of an unspecified format |
![]() ![]() | Load a .BMP image. |
![]() ![]() | Load a .GIF image. |
![]() ![]() | Load a .JPG image. |
![]() ![]() | Load a .LBM image. |
![]() ![]() | Load a .PCX image. |
![]() ![]() | Load a .PNG image. |
![]() ![]() | Load a .PNM image. |
![]() ![]() | Load a .TGA image. |
![]() ![]() | Load a .TIF image. |
![]() ![]() | Load an image from an SDL data source. The 'type' may be one of: "BMP", "GIF", "PNG", etc. If the image format supports a transparent pixel, SDL will set the colorkey for the surface. You can enable RLE acceleration on the surface afterwards by calling: SDL_SetColorKey(image, SDL_RLEACCEL, image.format.colorkey); |
![]() ![]() | Load a .XCF image. |
![]() ![]() | Load a .XPM image. |
![]() ![]() | Load a .XV image. |
![]() ![]() | Load a .XPM image from an array. |
![]() ![]() | Set the current error string |
![]() ![]() | This method can be used to fill a version structure with the compile-time version of the SDL_image library. |
![]() | |
![]() | |
![]() | |
![]() |
SdlImage Class | Tao.Sdl Namespace