Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit d573aa6

Browse files
franzholztomwarwick
authored andcommitted
Add ImageMagick configuration (#226)
* Add ImageMagick configuration * Update Index.rst * Adjust wording for configuring Imagemagick Co-authored-by: Tom Warwick <[email protected]>
1 parent 6b63eba commit d573aa6

File tree

1 file changed

+14
-0
lines changed
  • Documentation/In-depth/TheInstallTool

1 file changed

+14
-0
lines changed

Diff for: Documentation/In-depth/TheInstallTool/Index.rst

+14
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,17 @@ and displays hints if something goes wrong.
196196
might need to adjust the settings (via "Settings" > "Configuration Presets"
197197
> "Image Handling").
198198

199+
After the last step of the installation you must verify the image handling settings
200+
under the configuration presets for Image Magick and Graphics Magick.
201+
For example in Windows, in the field left of the button :guilabel:`Find executable in this directory` you must enter
202+
a path to an Image Magick installation. Do not use quotes around it. ::
203+
204+
C:\Program Files\ImageMagick-7.0.11-Q8
205+
206+
After clicking on the button to the right of it, you should see a similar message:
207+
208+
An ImageMagick version 6 or higher was found in path C:\Program Files\ImageMagick-7.0.11-Q8.
209+
210+
Then click on its radio button and click on the :guilabel:`Activate` button at the bottom of the page.
211+
The path where the executable file is located, gets stored in the variable `$GLOBALS['TYPO3_CONF_VARS']['GFX']['processor_path']` .
212+

0 commit comments

Comments
 (0)