- isAVIFalias isAVIF = _isType!(IMG_isAVIF, 6) 
- Undocumented in source. 
- isBMPalias isBMP = _isType!IMG_isBMP 
- Undocumented in source. 
- isCURalias isCUR = _isType!IMG_isCUR 
- Undocumented in source. 
- isGIFalias isGIF = _isType!IMG_isGIF 
- Undocumented in source. 
- isICOalias isICO = _isType!IMG_isICO 
- Undocumented in source. 
- isJPGalias isJPG = _isType!IMG_isJPG 
- Undocumented in source. 
- isJXLalias isJXL = _isType!(IMG_isJXL, 6) 
- Undocumented in source. 
- isLBMalias isLBM = _isType!IMG_isLBM 
- Undocumented in source. 
- isPCXalias isPCX = _isType!IMG_isPCX 
- Undocumented in source. 
- isPNGalias isPNG = _isType!IMG_isPNG 
- Undocumented in source. 
- isPNMalias isPNM = _isType!IMG_isPNM 
- Undocumented in source. 
- isQOIalias isQOI = _isType!(IMG_isQOI, 6) 
- Undocumented in source. 
- isSVGalias isSVG = _isType!(IMG_isSVG, 0, 2) 
- Undocumented in source. 
- isTIFalias isTIF = _isType!IMG_isTIF 
- Undocumented in source. 
- isWEBPalias isWEBP = _isType!IMG_isWEBP 
- Undocumented in source. 
- isXCFalias isXCF = _isType!IMG_isXCF 
- Undocumented in source. 
- isXPMalias isXPM = _isType!IMG_isXPM 
- Undocumented in source. 
- isXValias isXV = _isType!IMG_isXV 
- Undocumented in source. 
- loadAVIFRawalias loadAVIFRaw = _loadTypeRaw!(IMG_LoadAVIF_RW, 6) 
- Undocumented in source. 
- loadBMPRawalias loadBMPRaw = _loadTypeRaw!IMG_LoadBMP_RW 
- Undocumented in source. 
- loadCURRawalias loadCURRaw = _loadTypeRaw!IMG_LoadCUR_RW 
- Undocumented in source. 
- loadGIFRawalias loadGIFRaw = _loadTypeRaw!IMG_LoadGIF_RW 
- Undocumented in source. 
- loadICORawalias loadICORaw = _loadTypeRaw!IMG_LoadICO_RW 
- Undocumented in source. 
- loadJPGRawalias loadJPGRaw = _loadTypeRaw!IMG_LoadJPG_RW 
- Undocumented in source. 
- loadJXLRawalias loadJXLRaw = _loadTypeRaw!(IMG_LoadJXL_RW, 6) 
- Undocumented in source. 
- loadLBRawalias loadLBRaw = _loadTypeRaw!IMG_LoadLBM_RW 
- Undocumented in source. 
- loadPCXRawalias loadPCXRaw = _loadTypeRaw!IMG_LoadPCX_RW 
- Undocumented in source. 
- loadPNGRawalias loadPNGRaw = _loadTypeRaw!IMG_LoadPNG_RW 
- Undocumented in source. 
- loadPNMRawalias loadPNMRaw = _loadTypeRaw!IMG_LoadPNM_RW 
- Undocumented in source. 
- loadQOIRawalias loadQOIRaw = _loadTypeRaw!(IMG_LoadQOI_RW, 6) 
- Undocumented in source. 
- loadSVGRawalias loadSVGRaw = _loadTypeRaw!(IMG_LoadSVG_RW, 0, 2) 
- Undocumented in source. 
- loadTIFRawalias loadTIFRaw = _loadTypeRaw!IMG_LoadTIF_RW 
- Undocumented in source. 
- loadWEBPRawalias loadWEBPRaw = _loadTypeRaw!IMG_LoadWEBP_RW 
- Undocumented in source. 
- loadXCFRawalias loadXCFRaw = _loadTypeRaw!IMG_LoadXCF_RW 
- Undocumented in source. 
- loadXPMRawalias loadXPMRaw = _loadTypeRaw!IMG_LoadXPM_RW 
- Undocumented in source. 
- loadXVRawalias loadXVRaw = _loadTypeRaw!IMG_LoadXV_RW 
- Undocumented in source. 
- _isTypebool _isType(void[] data) 
- Undocumented in source. 
- _loadTypeRawSurface _loadTypeRaw(void[] data) 
- Undocumented in source. 
- getVersionVersion getVersion() 
- Wraps IMG_Linked_version which gets the version of the linked SDL2_image library 
- initvoid init(bool jpg, bool png, bool tif, bool webp, bool jxl, bool avif, bool everything) 
- Wraps IMG_Init which initializes selected SDL2_image image format subsystems 
- loadSurface load(string file) 
- Wraps IMG_Load which loads an image from a filesystem path into a software dsdl2.Surface 
- loadAnimationAnimation loadAnimation(string file) 
- Wraps IMG_LoadAnimation (from SDL_image 2.6) which loads an animation from a filesystem path into an
dsdl2.image.Animation 
- loadAnimationRawAnimation loadAnimationRaw(void[] data) 
- Wraps IMG_LoadAnimation_RW (from SDL_image 2.6) which loads an animation from a data buffer into a
dsdl2.image.Animation 
- loadAnimationTypedRawAnimation loadAnimationTypedRaw(void[] data, string type) 
- Wraps IMG_LoadAnimationTyped_RW (from SDL_image 2.6) which loads a typed image from a data buffer into a
dsdl2.image.Animation 
- loadGIFAnimationRawAnimation loadGIFAnimationRaw(void[] data) 
- Wraps IMG_LoadGIFAnimation_RW (from SDL_image 2.6) which loads a dsdl2.image.Animation from a buffer of
animated GIF file format 
- loadRawSurface loadRaw(void[] data) 
- Wraps IMG_Load_RW which loads an image from a data buffer into a software dsdl2.Surface 
- loadRawSurface loadRaw(void[] data, string type) 
- Wraps IMG_LoadTyped_RW which loads a typed image from a data buffer into a software dsdl2.Surface 
- loadSOvoid loadSO(string libName) 
- Loads the SDL2_image shared dynamic library, which wraps bindbc-sdl's loadSDLImage function 
- loadSizedSVGRawSurface loadSizedSVGRaw(void[] data, uint[2] size) 
- Wraps IMG_LoadSizedSVG_RW (from SDL_image 2.6) which loads a dsdl2.Surface image from a buffer of SVG file
format, while providing the desired flattened size of the vector image 
- loadTextureTexture loadTexture(Renderer renderer, string file) 
- Wraps IMG_LoadTexture which loads an image from a filesystem path into a hardware dsdl2.Texture 
- loadTextureRawTexture loadTextureRaw(Renderer renderer, void[] data) 
- Wraps IMG_LoadTexture_RW which loads an image from a data buffer into a hardware dsdl2.Texture 
- loadTextureRawTexture loadTextureRaw(Renderer renderer, void[] data, string type) 
- Wraps IMG_LoadTextureTyped_RW which loads a typed image from a data buffer into a hardware dsdl2.Texture 
- quitvoid quit() 
- Wraps IMG_Quit which entirely deinitializes SDL2_image 
- saveJPGvoid saveJPG(Surface surface, string file, ubyte quality) 
- Wraps IMG_SaveJPG (from SDL_image 2.0.2) which saves a dsdl2.Surface image into a JPG file in the filesystem 
- saveJPGRawvoid[] saveJPGRaw(Surface surface, ubyte quality) 
- Wraps IMG_SaveJPG_RW (from SDL_image 2.0.2) which saves a dsdl2.Surface image into a buffer of JPG file format 
- savePNGvoid savePNG(Surface surface, string file) 
- Wraps IMG_SavePNG which saves a dsdl2.Surface image into a PNG file in the filesystem 
- savePNGRawvoid[] savePNGRaw(Surface surface) 
- Wraps IMG_SavePNG_RW which saves a dsdl2.Surface image into a buffer of PNG file format