File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,14 @@ Magick.NET is linked with ImageMagick 7. Most examples on the Internet use Image
4949The biggest difference between 6 and 7 is that the latter uses Alpha instead of Opacity. You can find some more information about ImageMagick 7
5050here: https://www.imagemagick.org/script/porting.php .
5151
52+ ## OpenMP
53+
54+ Magick.NET no longer uses OpenMP because the C++ Redistributable is statically linked. OpenMP is used to perform multithreaded operation on
55+ an image to increase the perforance. The best use case for this would be a standalone applicatiom. Starting with Magick.NET 7.0.700 there
56+ are extra packages for the x64 build of Magick.NET that has OpenMP support. This version requires you to install the
57+ [ Microsoft Visual C++ Redistributable for Visual Studio 2017] ( https://go.microsoft.com/fwlink/?LinkId=746572 ) on the machine that runs the
58+ application.
59+
5260## Ghostscript
5361
5462You only need to install Ghostscript if you want to convert EPS/PDF/PS files. Make sure you only install the version of GhostScript with the same
You can’t perform that action at this time.
0 commit comments