add mng and psd support

Issue with maximum command line length in Windows 8191 characters
This commit is contained in:
Kulikova Svetlana
2021-03-24 11:10:59 +03:00
parent 07bab0c3b5
commit b81f542613
2 changed files with 36 additions and 13 deletions

View File

@ -43,10 +43,10 @@
#if defined(BUILDING_WASM_MODULE)
#define CXIMAGE_SUPPORT_MNG 0
#define CXIMAGE_SUPPORT_MNG 1
#define CXIMAGE_SUPPORT_SKA 0
#define CXIMAGE_SUPPORT_RAW 0
#define CXIMAGE_SUPPORT_PSD 0
#define CXIMAGE_SUPPORT_PSD 1
#else