add raw and ska support

This commit is contained in:
Kulikova Svetlana
2021-03-25 14:42:13 +03:00
parent 775ff2e284
commit 3b84a04b3a
3 changed files with 29 additions and 25 deletions

View File

@ -41,22 +41,11 @@
#define CXIMAGE_SUPPORT_JBG 0 // GPL'd see ../jbig/copying.txt & ../jbig/patents.htm
#if defined(BUILDING_WASM_MODULE)
#define CXIMAGE_SUPPORT_MNG 1
#define CXIMAGE_SUPPORT_SKA 0
#define CXIMAGE_SUPPORT_RAW 0
#define CXIMAGE_SUPPORT_PSD 1
#else
#define CXIMAGE_SUPPORT_MNG 1
#define CXIMAGE_SUPPORT_SKA 1
#define CXIMAGE_SUPPORT_RAW 1
#define CXIMAGE_SUPPORT_PSD 1
#endif // BUILDING_WASM_MODULE
/////////////////////////////////////////////////////////////////////////////
#define CXIMAGE_MAX_MEMORY 268435456