Quantcast
Channel: ImageMagick
Viewing all articles
Browse latest Browse all 35

MagickWand • Reduce the size of the final built file

$
0
0
Hi,

Currently I am using MagickWand to create a DLL which can convert image files from one format to anther.

Therefore, all functions I use is just as below:

MagickWandGenesis
NewMagickWand
MagickReadImage
MagickWriteImage
DestroyMagickWand
MagickWandTerminus

Now I build ImageMagick as a static library(MT settings). My DLL is then built with ImageMagick, MFC and CRT all statically to prevent deliver other dependency DLLs. However, the problem is that the final built DLL is more than 13MB, rather large.

Is it possible to reduce the size of the final DLL since my DLL does not use any image manipluation functions at all.

Thanks

Statistics: Posted by alanchcw — 2019-10-15T16:30:27-07:00



Viewing all articles
Browse latest Browse all 35

Trending Articles