diff options
| author | Ray <[email protected]> | 2021-11-27 10:35:00 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-11-27 10:35:00 +0100 |
| commit | 2b2141902bf700acbab00d8127a101e6b895b677 (patch) | |
| tree | 9cbcbfa4ae2bcc9b7430158d891ebcfc811cab64 /src/config.h | |
| parent | 49a5547386a354fc1ca4c6fb6a4c850615b25038 (diff) | |
| download | raylib-2b2141902bf700acbab00d8127a101e6b895b677.tar.gz raylib-2b2141902bf700acbab00d8127a101e6b895b677.zip | |
ADDED: Support for QOI image format
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index d3678180..ba63d608 100644 --- a/src/config.h +++ b/src/config.h @@ -143,6 +143,7 @@ //#define SUPPORT_FILEFORMAT_TGA 1 //#define SUPPORT_FILEFORMAT_JPG 1 #define SUPPORT_FILEFORMAT_GIF 1 +#define SUPPORT_FILEFORMAT_QOI 1 //#define SUPPORT_FILEFORMAT_PSD 1 #define SUPPORT_FILEFORMAT_DDS 1 #define SUPPORT_FILEFORMAT_HDR 1 @@ -151,7 +152,7 @@ //#define SUPPORT_FILEFORMAT_PKM 1 //#define SUPPORT_FILEFORMAT_PVR 1 -// Support image export functionality (.png, .bmp, .tga, .jpg) +// Support image export functionality (.png, .bmp, .tga, .jpg, .qoi) #define SUPPORT_IMAGE_EXPORT 1 // Support procedural image generation functionality (gradient, spot, perlin-noise, cellular) #define SUPPORT_IMAGE_GENERATION 1 |
