mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
add mng and psd support
Issue with maximum command line length in Windows 8191 characters
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user