package vendor:sdl3/image
⌘K
Ctrl+K
or
/
Index
Types (1)
Constants (3)
Variables (0)
This section is empty.
Procedures (59)
- FreeAnimation
- Load
- LoadAVIF_IO
- LoadAnimation
- LoadAnimationTyped_IO
- LoadAnimation_IO
- LoadBMP_IO
- LoadCUR_IO
- LoadGIFAnimation_IO
- LoadGIF_IO
- LoadICO_IO
- LoadJPG_IO
- LoadJXL_IO
- LoadLBM_IO
- LoadPCX_IO
- LoadPNG_IO
- LoadPNM_IO
- LoadQOI_IO
- LoadSVG_IO
- LoadSizedSVG_IO
- LoadTGA_IO
- LoadTIF_IO
- LoadTexture
- LoadTextureTyped_IO
- LoadTexture_IO
- LoadTyped_IO
- LoadWEBPAnimation_IO
- LoadWEBP_IO
- LoadXCF_IO
- LoadXPM_IO
- LoadXV_IO
- Load_IO
- ReadXPMFromArray
- ReadXPMFromArrayToRGB888
- SaveAVIF
- SaveAVIF_IO
- SaveJPG
- SaveJPG_IO
- SavePNG
- SavePNG_IO
- Version
- isAVIF
- isBMP
- isCUR
- isGIF
- isICO
- isJPG
- isJXL
- isLBM
- isPCX
- isPNG
- isPNM
- isQOI
- isSVG
- isTIF
- isWEBP
- isXCF
- isXPM
- isXV
Procedure Groups (0)
This section is empty.
Types
Constants
MAJOR_VERSION ¶
MAJOR_VERSION: int : 3
MINOR_VERSION ¶
MINOR_VERSION: int : 2
PATCHLEVEL ¶
PATCHLEVEL: int : 0
Variables
This section is empty.
Procedures
FreeAnimation ¶
FreeAnimation :: proc "c" (anim: ^Animation) ---
LoadAVIF_IO ¶
Individual loading functions
LoadGIFAnimation_IO ¶
Individual loading functions
LoadTexture ¶
Load an image directly into a render texture.
LoadTyped_IO ¶
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);
SaveAVIF ¶
Individual saving functions
isAVIF ¶
Functions to detect a file type, given a seekable source
Procedure Groups
This section is empty.
Source Files
Generation Information
Generated with odin version dev-2025-06 (vendor "odin") Windows_amd64 @ 2025-06-04 21:11:01.998158200 +0000 UTC