ImageMagick

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
charlesfwalmsley@gmail.co
-


Joined: 25 Feb 2019
Posts: 1

PostPosted: Mon Feb 25, 2019 12:26 pm    Post subject: ImageMagick Reply with quote

I have just installed the latest PHP7.3. I want to use ImageMagick, and see (from your documentation and my phpinfo file) that it is supported. The phpinfo data points to C:\Program Files\ImageMagick-7.0.6-Q16, and I have installed that also. However, I do not see how to progress and make it work. If I run the code

Code:
<?php
if (!extension_loaded('imagick'))
    echo 'imagick not installed';
?>


I get "imagick not installed" returned. I get similar results with other code snippets I have found on the internet to check an ImageMagick installation.

What else do I have to do?

Thanks for your help.
Back to top View user's profile Send private message
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1295

PostPosted: Fri Mar 01, 2019 6:16 pm    Post subject: Re: ImageMagick Reply with quote

charlesfwalmsley@gmail.co,

Our preconfigured PHP package 7.3 does not contain ImageMagick. Installing ImageMagick on PHP 7.3 requires that you have the right versions of the extension and supporting files.

But it's version 5.6.40 from <https://aprelium.com/data/php5640.exe> which contains ImageMagick extensions and you don't have any DLLs to install with it. Just use ImageMagick features in your PHP script without any special setup.
_________________
Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group