mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Remove extra iamge formats
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user