diff options
| author | Ray <[email protected]> | 2018-09-17 17:06:58 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-09-17 17:06:58 +0200 |
| commit | f503fded67cf0c087d5a7e6e7561891e50e4d0f5 (patch) | |
| tree | 63c08bc92b53ee59d8b0597694d77f4e0a5bdde9 /src/config.h.in | |
| parent | ec5c9686b3afef5fb2c147fc9786b6890c025dd9 (diff) | |
| download | raylib-f503fded67cf0c087d5a7e6e7561891e50e4d0f5.tar.gz raylib-f503fded67cf0c087d5a7e6e7561891e50e4d0f5.zip | |
Support image export
Diffstat (limited to 'src/config.h.in')
| -rw-r--r-- | src/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index f9d474cd..742067ce 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -41,6 +41,9 @@ #cmakedefine SUPPORT_FILEFORMAT_PKM 1 #cmakedefine SUPPORT_FILEFORMAT_PVR 1 +// Support image export functionality (.png, .bmp, .tga, .jpg) +#define SUPPORT_IMAGE_EXPORT 1 + /* Support multiple image editing functions to scale, adjust colors, flip, draw on images, crop... If not defined only three image editing functions supported: ImageFormat(), ImageAlphaMask(), ImageToPOT() */ #cmakedefine SUPPORT_IMAGE_MANIPULATION 1 |
