I am trying to deploy the windows portable build of IM for use in some apps, but when I run convert.exe -version I get:
Code: Select all
Version: ImageMagick 6.9.2-6 Q16 x64 2015-11-14 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC
Delegates (built-in): bzlib cairo freetype jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib
When I install IM to program files and run convert.exe -version it shows openMP installed:
Code: Select all
Version: ImageMagick 6.9.2-6 Q16 x64 2015-11-14 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo freetype jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib
Additionally, running benchmarks confirms that the OpenMP version runs about four times faster than the static version.
Is this the expected behavior? Is there a way to get OpenMP enabled on the windows portable version? I don't have access to visual studio to compile it myself.
Thanks