bindbc.sdl.image

Undocumented in source.

Members

Aliases

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 flags)
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)* file)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* renderer, const(char)* file)
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* renderer, SDL_RWops* src, int freesrc, const(char)* type)
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* renderer, SDL_RWops* src, int freesrc)
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* src, int freesrc, const(char)* type)
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* src)
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* src)
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* src)
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* src)
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* src, int freesrc)
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** xpm)
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* surface, const(char)* file, int quality)
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* surface, SDL_RWops* dst, int freedst, int quality)
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* surface, const(char)* file)
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* surface, SDL_RWops* dst, int freedst)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

IMG_INIT_JPG
anonymousenum IMG_INIT_JPG
Undocumented in source.
SDLImageSupport
enum SDLImageSupport
Undocumented in source.
SDL_IMAGE_VERSION_ATLEAST
eponymoustemplate SDL_IMAGE_VERSION_ATLEAST(ubyte X, ubyte Y, ubyte Z)
Undocumented in source.

Functions

IMG_Init
int IMG_Init(int flags)
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)* file)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* renderer, const(char)* file)
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* renderer, SDL_RWops* src, int freesrc, const(char)* type)
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* renderer, SDL_RWops* src, int freesrc)
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* src, int freesrc, const(char)* type)
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* src)
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* src)
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* src)
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* src)
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* src, int freesrc)
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** xpm)
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* surface, const(char)* file, int quality)
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* surface, SDL_RWops* dst, int freedst, int quality)
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* surface, const(char)* file)
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* surface, SDL_RWops* dst, int freedst)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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* src)
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.

Manifest constants

SDL_IMAGE_COMPILEDVERSION
enum SDL_IMAGE_COMPILEDVERSION;
Undocumented in source.
sdlImageSupport
enum sdlImageSupport;
Undocumented in source.
sdlImageSupport
enum sdlImageSupport;
Undocumented in source.
sdlImageSupport
enum sdlImageSupport;
Undocumented in source.
sdlImageSupport
enum sdlImageSupport;
Undocumented in source.
sdlImageSupport
enum sdlImageSupport;
Undocumented in source.
sdlImageSupport
enum sdlImageSupport;
Undocumented in source.

Static variables

IMG_Init
pIMG_Init IMG_Init;
Undocumented in source.
IMG_Linked_Version
pIMG_Linked_Version IMG_Linked_Version;
Undocumented in source.
IMG_Load
pIMG_Load IMG_Load;
Undocumented in source.
IMG_LoadBMP_RW
pIMG_LoadBMP_RW IMG_LoadBMP_RW;
Undocumented in source.
IMG_LoadCUR_RW
pIMG_LoadCUR_RW IMG_LoadCUR_RW;
Undocumented in source.
IMG_LoadGIF_RW
pIMG_LoadGIF_RW IMG_LoadGIF_RW;
Undocumented in source.
IMG_LoadICO_RW
pIMG_LoadICO_RW IMG_LoadICO_RW;
Undocumented in source.
IMG_LoadJPG_RW
pIMG_LoadJPG_RW IMG_LoadJPG_RW;
Undocumented in source.
IMG_LoadLBM_RW
pIMG_LoadLBM_RW IMG_LoadLBM_RW;
Undocumented in source.
IMG_LoadPCX_RW
pIMG_LoadPCX_RW IMG_LoadPCX_RW;
Undocumented in source.
IMG_LoadPNG_RW
pIMG_LoadPNG_RW IMG_LoadPNG_RW;
Undocumented in source.
IMG_LoadPNM_RW
pIMG_LoadPNM_RW IMG_LoadPNM_RW;
Undocumented in source.
IMG_LoadSVG
pIMG_LoadSVG_RW IMG_LoadSVG;
Undocumented in source.
IMG_LoadTGA_RW
pIMG_LoadTGA_RW IMG_LoadTGA_RW;
Undocumented in source.
IMG_LoadTIF_RW
pIMG_LoadTIF_RW IMG_LoadTIF_RW;
Undocumented in source.
IMG_LoadTexture
pIMG_LoadTexture IMG_LoadTexture;
Undocumented in source.
IMG_LoadTextureTyped_RW
pIMG_LoadTextureTyped_RW IMG_LoadTextureTyped_RW;
Undocumented in source.
IMG_LoadTexture_RW
pIMG_LoadTexture_RW IMG_LoadTexture_RW;
Undocumented in source.
IMG_LoadTyped_RW
pIMG_LoadTyped_RW IMG_LoadTyped_RW;
Undocumented in source.
IMG_LoadWEBP_RW
pIMG_LoadWEBP_RW IMG_LoadWEBP_RW;
Undocumented in source.
IMG_LoadXCF_RW
pIMG_LoadXCF_RW IMG_LoadXCF_RW;
Undocumented in source.
IMG_LoadXPM_RW
pIMG_LoadXPM_RW IMG_LoadXPM_RW;
Undocumented in source.
IMG_LoadXV_RW
pIMG_LoadXV_RW IMG_LoadXV_RW;
Undocumented in source.
IMG_Load_RW
pIMG_Load_RW IMG_Load_RW;
Undocumented in source.
IMG_Quit
pIMG_Quit IMG_Quit;
Undocumented in source.
IMG_ReadXPMFromArray
pIMG_ReadXPMFromArray IMG_ReadXPMFromArray;
Undocumented in source.
IMG_SaveJPG
pIMG_SaveJPG IMG_SaveJPG;
Undocumented in source.
IMG_SaveJPG_RW
pIMG_SaveJPG_RW IMG_SaveJPG_RW;
Undocumented in source.
IMG_SavePNG
pIMG_SavePNG IMG_SavePNG;
Undocumented in source.
IMG_SavePNG_RW
pIMG_SavePNG_RW IMG_SavePNG_RW;
Undocumented in source.
IMG_isBMP
pIMG_isBMP IMG_isBMP;
Undocumented in source.
IMG_isCUR
pIMG_isCUR IMG_isCUR;
Undocumented in source.
IMG_isGIF
pIMG_isGIF IMG_isGIF;
Undocumented in source.
IMG_isICO
pIMG_isICO IMG_isICO;
Undocumented in source.
IMG_isJPG
pIMG_isJPG IMG_isJPG;
Undocumented in source.
IMG_isLBM
pIMG_isLBM IMG_isLBM;
Undocumented in source.
IMG_isPCX
pIMG_isPCX IMG_isPCX;
Undocumented in source.
IMG_isPNG
pIMG_isPNG IMG_isPNG;
Undocumented in source.
IMG_isPNM
pIMG_isPNM IMG_isPNM;
Undocumented in source.
IMG_isSVG
pIMG_isSVG IMG_isSVG;
Undocumented in source.
IMG_isTIF
pIMG_isTIF IMG_isTIF;
Undocumented in source.
IMG_isWEBP
pIMG_isWEBP IMG_isWEBP;
Undocumented in source.
IMG_isXCF
pIMG_isXCF IMG_isXCF;
Undocumented in source.
IMG_isXPM
pIMG_isXPM IMG_isXPM;
Undocumented in source.
IMG_isXV
pIMG_isXV IMG_isXV;
Undocumented in source.

Variables

SDL_IMAGE_MAJOR_VERSION
enum ubyte SDL_IMAGE_MAJOR_VERSION;
Undocumented in source.
SDL_IMAGE_MINOR_VERSION
enum ubyte SDL_IMAGE_MINOR_VERSION;
Undocumented in source.
SDL_IMAGE_PATCHLEVEL
enum ubyte SDL_IMAGE_PATCHLEVEL;
Undocumented in source.
SDL_IMAGE_PATCHLEVEL
enum ubyte SDL_IMAGE_PATCHLEVEL;
Undocumented in source.
SDL_IMAGE_PATCHLEVEL
enum ubyte SDL_IMAGE_PATCHLEVEL;
Undocumented in source.
SDL_IMAGE_PATCHLEVEL
enum ubyte SDL_IMAGE_PATCHLEVEL;
Undocumented in source.
SDL_IMAGE_PATCHLEVEL
enum ubyte SDL_IMAGE_PATCHLEVEL;
Undocumented in source.
SDL_IMAGE_PATCHLEVEL
enum ubyte SDL_IMAGE_PATCHLEVEL;
Undocumented in source.

Meta