Windows ImageMagick
If you are using Windows, you will need to download and install ImageMagick. ImageMagick is a free third party tool that handles the conversion of many different file formats. Its used to convert the images to small thumbnails.
http://www.imagemagick.org/script/binary-releases.php#windows
I generally get the top link via HTTP.
The Command Line should start with just "convert.exe" and not "./convert".
The Environment Variables field should be blanked out for Windows too.
Windows GhostScript
If you want to make thumbnails of PDF or TIFF images, then you will also need GhostScript installed. Click on the latest release.
http://www.ghostscript.com/download/gsdnld.html
Then click on either the 32bit or 64bit version.
Other ImageMagick Installations
If ImageMagick is installed on the OS, and the command "convert" functions from a terminal, do the following to configure CrushFTP to use it.
Do a "which convert" to see the folder where ImageMagick is installed. In my case, it was /opt/local/bin/.
Set the Working Directory to be this path: /opt/local/bin/
Set the start of the Command Line to be "./convert "....
Next do a "echo $PATH" to see what the PATH is in your terminal.
(Mine was:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin)
Copy this, and paste this for the environment variables as follows:
PATH=(pasted PATH info you copied)
Enable the debug checkbox, and let it run to see the results. (Restart CrushFTP to make it run immediately at startup.)
Add new attachment
List of attachments
Kind | Attachment Name | Size | Version | Date Modified | Author | Change note |
---|---|---|---|---|---|---|
png |
ghostscript.png | 13.7 kB | 2 | 05-Dec-2023 05:32 | Ben Spink | |
png |
imagemagick_config.png | 28.4 kB | 1 | 05-Dec-2023 05:32 | Ben Spink | |
png |
imagemagick_link.png | 12.9 kB | 2 | 05-Dec-2023 05:32 | Ben Spink |