- IMG_GetError
alias IMG_GetError = SDL_GetError
Undocumented in source.
- IMG_SetError
alias IMG_SetError = SDL_SetError
Undocumented in source.
- pIMG_Init
alias pIMG_Init = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_Linked_Version
alias pIMG_Linked_Version = const(SDL_version)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_Load
alias pIMG_Load = SDL_Surface* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadBMP_RW
alias pIMG_LoadBMP_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadCUR_RW
alias pIMG_LoadCUR_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadGIF_RW
alias pIMG_LoadGIF_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadICO_RW
alias pIMG_LoadICO_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadJPG_RW
alias pIMG_LoadJPG_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadLBM_RW
alias pIMG_LoadLBM_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadPCX_RW
alias pIMG_LoadPCX_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadPNG_RW
alias pIMG_LoadPNG_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadPNM_RW
alias pIMG_LoadPNM_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadSVG_RW
alias pIMG_LoadSVG_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadTGA_RW
alias pIMG_LoadTGA_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadTIF_RW
alias pIMG_LoadTIF_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadTexture
alias pIMG_LoadTexture = SDL_Texture* function(SDL_Renderer*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadTextureTyped_RW
alias pIMG_LoadTextureTyped_RW = SDL_Texture* function(SDL_Renderer*, SDL_RWops*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadTexture_RW
alias pIMG_LoadTexture_RW = SDL_Texture* function(SDL_Renderer*, SDL_RWops*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadTyped_RW
alias pIMG_LoadTyped_RW = SDL_Surface* function(SDL_RWops*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadWEBP_RW
alias pIMG_LoadWEBP_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadXCF_RW
alias pIMG_LoadXCF_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadXPM_RW
alias pIMG_LoadXPM_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_LoadXV_RW
alias pIMG_LoadXV_RW = SDL_Surface* function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_Load_RW
alias pIMG_Load_RW = SDL_Surface* function(SDL_RWops*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_Quit
alias pIMG_Quit = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_ReadXPMFromArray
alias pIMG_ReadXPMFromArray = SDL_Surface* function(char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_SaveJPG
alias pIMG_SaveJPG = int function(SDL_Surface*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_SaveJPG_RW
alias pIMG_SaveJPG_RW = int function(SDL_Surface*, SDL_RWops*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_SavePNG
alias pIMG_SavePNG = int function(SDL_Surface*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_SavePNG_RW
alias pIMG_SavePNG_RW = int function(SDL_Surface*, SDL_RWops*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isBMP
alias pIMG_isBMP = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isCUR
alias pIMG_isCUR = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isGIF
alias pIMG_isGIF = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isICO
alias pIMG_isICO = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isJPG
alias pIMG_isJPG = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isLBM
alias pIMG_isLBM = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isPCX
alias pIMG_isPCX = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isPNG
alias pIMG_isPNG = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isPNM
alias pIMG_isPNM = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isSVG
alias pIMG_isSVG = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isTIF
alias pIMG_isTIF = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isWEBP
alias pIMG_isWEBP = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isXCF
alias pIMG_isXCF = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isXPM
alias pIMG_isXPM = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pIMG_isXV
alias pIMG_isXV = int function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_Init
int IMG_Init(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_Linked_Version
const(SDL_version)* IMG_Linked_Version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_Load
SDL_Surface* IMG_Load(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadBMP_RW
SDL_Surface* IMG_LoadBMP_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadCUR_RW
SDL_Surface* IMG_LoadCUR_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadGIF_RW
SDL_Surface* IMG_LoadGIF_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadICO_RW
SDL_Surface* IMG_LoadICO_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadJPG_RW
SDL_Surface* IMG_LoadJPG_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadLBM_RW
SDL_Surface* IMG_LoadLBM_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadPCX_RW
SDL_Surface* IMG_LoadPCX_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadPNG_RW
SDL_Surface* IMG_LoadPNG_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadPNM_RW
SDL_Surface* IMG_LoadPNM_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadSVG
SDL_Surface* IMG_LoadSVG(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadTGA_RW
SDL_Surface* IMG_LoadTGA_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadTIF_RW
SDL_Surface* IMG_LoadTIF_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadTexture
SDL_Texture* IMG_LoadTexture(SDL_Renderer* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadTextureTyped_RW
SDL_Texture* IMG_LoadTextureTyped_RW(SDL_Renderer* , SDL_RWops* , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadTexture_RW
SDL_Texture* IMG_LoadTexture_RW(SDL_Renderer* , SDL_RWops* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadTyped_RW
SDL_Surface* IMG_LoadTyped_RW(SDL_RWops* , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadWEBP_RW
SDL_Surface* IMG_LoadWEBP_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadXCF_RW
SDL_Surface* IMG_LoadXCF_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadXPM_RW
SDL_Surface* IMG_LoadXPM_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_LoadXV_RW
SDL_Surface* IMG_LoadXV_RW(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_Load_RW
SDL_Surface* IMG_Load_RW(SDL_RWops* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_Quit
int IMG_Quit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_ReadXPMFromArray
SDL_Surface* IMG_ReadXPMFromArray(char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_SaveJPG
int IMG_SaveJPG(SDL_Surface* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_SaveJPG_RW
int IMG_SaveJPG_RW(SDL_Surface* , SDL_RWops* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_SavePNG
int IMG_SavePNG(SDL_Surface* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_SavePNG_RW
int IMG_SavePNG_RW(SDL_Surface* , SDL_RWops* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isBMP
int IMG_isBMP(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isCUR
int IMG_isCUR(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isGIF
int IMG_isGIF(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isICO
int IMG_isICO(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isJPG
int IMG_isJPG(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isLBM
int IMG_isLBM(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isPCX
int IMG_isPCX(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isPNG
int IMG_isPNG(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isPNM
int IMG_isPNM(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isSVG
int IMG_isSVG(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isTIF
int IMG_isTIF(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isWEBP
int IMG_isWEBP(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isXCF
int IMG_isXCF(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isXPM
int IMG_isXPM(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IMG_isXV
int IMG_isXV(SDL_RWops* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_IMAGE_VERSION
void SDL_IMAGE_VERSION(SDL_version* X)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSDLImageLoaded
bool isSDLImageLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadSDLImage
SDLImageSupport loadSDLImage(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadSDLImage
SDLImageSupport loadSDLImage()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadedSDLImageVersion
SDLImageSupport loadedSDLImageVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
- unloadSDLImage
void unloadSDLImage()
Undocumented in source. Be warned that the author may not have intended to support it.