Does ImageMagick's resize command (mogrify) require any DLLs? -
i downloaded no-installer version of imagemagick (imagemagick-6.8.6-8-q16-x86-windows.zip) use in project, it's quite big @ 123mb.
i need mogrify.exe
simple image resize. copied separate directory, , runs fine, i'm not sure whether have of required dlls (the user may not have these).
i ran process explorer on mogrify
, said there no dlls in use image.
is correct or need include of these?
atl100.dll mfc100.dll msvcp100.dll msvcr100.dll vcomp100.dll x11.dll xext.dll
(full list zip file)
i believe vcomp100.dll
part of visual c++ redistributable, guess should include this, in case isn't installed on user's machine?
on flip-side, x11.dll
looks unnecessary.
is there easier way figure out, other researching each individual dll?
the vcomp100.dll
library dependency resizing within mogrify.exe
. safety, should re-distribute dll in same directory executable.
is there easier way figure out, other researching each individual dll?
i can't answer easiest method (outside of reading each libraries documentation), highly suggest authoring unit test ensure expect functionality of requirements meet. able run test suite on vanilla install of xp (via virtualbox), , confirmed resizing of png, jpeg, , basic drawing work without additional dependencies.
Comments
Post a Comment