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 | |
| parent | ec5c9686b3afef5fb2c147fc9786b6890c025dd9 (diff) | |
| download | raylib-f503fded67cf0c087d5a7e6e7561891e50e4d0f5.tar.gz raylib-f503fded67cf0c087d5a7e6e7561891e50e4d0f5.zip | |
Support image export
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 9bb5ab22..c2238a79 100644 --- a/src/config.h +++ b/src/config.h @@ -87,7 +87,7 @@ //#define SUPPORT_FILEFORMAT_PVR 1 // Support image export functionality (.png, .bmp, .tga, .jpg) -#define SUPPORT_IMAGE_EXPORT +#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() #define SUPPORT_IMAGE_MANIPULATION 1 |
