-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
3 lines (3 loc) · 807 Bytes
/
Makefile
File metadata and controls
3 lines (3 loc) · 807 Bytes
1
2
3
# PKG_CONFIG_PATH=/opt/local/www/apache2/html/imagick/image_magick/lib/pkgconfig/ CFLAGS="-O3" make
all: imagick.c
emcc imagick.c -o imagick.html -sASSERTIONS=1 -sALLOW_MEMORY_GROWTH=1 -sDISABLE_EXCEPTION_CATCHING=0 -sEXPORTED_FUNCTIONS=__IMResize,__IMCmdResize,__IMCharcoal,__IMSketch,__IMQuantize,__IMPosterize,__IMListUniqueColors,__IMQuantizeAndListUniqueColors,__IMAutoLevel,__IMAutoGamma,__IMContrast,__IMColors,__IMMorphology,__IMSigmoidalContrast,__IMExposure,__IMGlow,__IMWatercolor,__IMSobel,__IMDisperse,__IMCrystallize,__IMSoftLight,__IMDaveHillEffect,__IMFrosted,__IMLucisArtEffect,__IMCmdAutoGamma,__IMShadowHighlight,__IMUnsaturateHue,__IMTurbulence,__IMToWebP,__IMToJp2,__IMListFormats,__IMVersion,_malloc,_main -sEXPORTED_RUNTIME_METHODS=ccall,cwrap `pkg-config --cflags --libs MagickWand`