Skip to content

Commit e3a8b22

Browse files
authored
Update README.md
1 parent 49b32ab commit e3a8b22

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# ImageMagick-scripts
2-
Collection of ImageMagick scripts for mass processing of images.
2+
ImageMagick scripts for converting image folders.
3+
## System requirements
4+
The scripts require ImageMagick 7 to be intalled on you Windows machine. Download and install ImageMagick here https://imagemagick.org/script/download.php#windows The version "Win64 static at 16 bits-per-pixel component" is recommended.
5+
## Check if ImageMagick 7 is installed on your computer
6+
Run CMD, at the prompt type `magick.exe -version`. You should see the output similar to this one:
7+
```
8+
C:\>magick.exe -version
9+
Version: ImageMagick 7.0.6-0 Q16 x64 2017-06-11 http://www.imagemagick.org
10+
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
11+
License: http://www.imagemagick.org/script/license.php
12+
Visual C++: 180040629
13+
Features: Cipher DPC HDRI
14+
Delegates (built-in): bzlib cairo flif freetype jng jp2 jpeg lcms lqr openexr pa
15+
ngocairo png ps rsvg tiff webp xml zlib
16+
```
17+
If you don't see the output ImageMagick is not (proprely) installed.
18+
## Scripts
19+
In most of the cases the script names are self-explanatory
20+
## Helper tool

0 commit comments

Comments
 (0)