File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ The syntax of commands depends on installed Ghostscript and Imagemagick versions
18
18
environment variables. Examples of paths on Windows:
19
19
- ` C:\Program Files\gs\gs9.26\bin\gswin64c.exe `
20
20
- ` C:\Program Files\ImageMagick-7.0.9-Q16\compare.exe `
21
+
21
22
If you have a new version of ImageMagick, then there is no compare.exe utility there, wrap the path to magick.exe in quotes and call compare command:
22
- ` ITEXT_MAGICK_COMPARE_EXEC="\"C:\Program Files\ImageMagick-7.0.9-Q16\magick.exe\" compare" `
23
+ ITEXT_MAGICK_COMPARE_EXEC=` "C:\Program Files\ImageMagick-7.0.9-Q16\magick.exe" compare `
24
+
23
25
To run build with tests, activate the ` test ` profile and pass ITEXT_GS_EXEC and ITEXT_MAGICK_COMPARE_EXEC environment variables:
24
26
``` bash
25
27
$ mvn clean install \
You can’t perform that action at this time.
0 commit comments