Remove extra iamge formats

This commit is contained in:
Oleg Korshul
2022-08-10 15:30:05 +03:00
parent cede0396c5
commit 9a6e7e2dc3
8 changed files with 280 additions and 112 deletions

View File

@ -45,6 +45,31 @@
#define CXIMAGE_SUPPORT_RAW 1
#define CXIMAGE_SUPPORT_PSD 1
#ifdef CXIMAGE_DISABLE_SUPPORT_MNG
#undef CXIMAGE_SUPPORT_MNG
#define CXIMAGE_SUPPORT_MNG 0
#endif
#ifdef CXIMAGE_DISABLE_SUPPORT_ADDITIONS
#undef CXIMAGE_SUPPORT_JP2
#undef CXIMAGE_SUPPORT_JPC
#undef CXIMAGE_SUPPORT_PGX
#undef CXIMAGE_SUPPORT_PNM
#undef CXIMAGE_SUPPORT_RAS
#undef CXIMAGE_SUPPORT_SKA
#undef CXIMAGE_SUPPORT_RAW
#undef CXIMAGE_SUPPORT_PSD
#define CXIMAGE_SUPPORT_JP2 0
#define CXIMAGE_SUPPORT_JPC 0
#define CXIMAGE_SUPPORT_PGX 0
#define CXIMAGE_SUPPORT_PNM 0
#define CXIMAGE_SUPPORT_RAS 0
#define CXIMAGE_SUPPORT_SKA 0
#define CXIMAGE_SUPPORT_RAW 0
#define CXIMAGE_SUPPORT_PSD 0
#endif
/////////////////////////////////////////////////////////////////////////////
#define CXIMAGE_MAX_MEMORY 268435456