diff --git a/include/download.php b/include/download.php index 662fca6..64a43d2 100644 --- a/include/download.php +++ b/include/download.php @@ -220,6 +220,12 @@

Windows Binary Release

+

You can install ImageMagick with winget, scoop, or chocolatey.

+ +
winget install ImageMagick.ImageMagick
+
scoop install main/imagemagick
+
choco install imagemagick
+

ImageMagick runs on Windows 10 (x86 , x64 & arm64) or newer or Windows Server 2012 or newer.

The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 512 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs well on a single core computer, it automagically runs in parallel on multi-core systems reducing run times considerably.