ImageMagick is a free, open source, cross-platform software package for viewing, creating, converting, modifying, and editing bitmap images.
ImageMagick support is included in our server configurations for "shared hosting" at Hosting Jump. You can use this handy tool by setting your software application to use the following start path:
/usr/bin/convert
The libraries themselves support several formats and are constantly updated. If you would like to see the current list of formats, we recommend that you perform the following actions:
- Create a new file in a public directory with the extension “.php”. For example, “info.php”.
- Enter in it:
<?php phpinfo(); ?>
- Save the changes
If you have created the file in question in the "public_html" directory or another directory that is the root directory for an additional domain, load the following address into your browser: https://domain.com/info.php - from here you can retrieve the necessary information.
If you do not see Imagick in the php file above, do the following:
- Open the control panel of your hosting account - cPanel.
- Open the "Select PHP version" field
- Activate “Imagick” for the version you are using as indicated in the screenshot below:
We hope this short post was helpful if you need free image editing software for your hosting account!