How do I include Imagick in Php?

I am using Host Gator and i have the path to the Imagick it is T /usr/bin/ The local path to convert with ImageMagick is one of the following… /usr/bin/convert /usr/local/bin/convert /usr/bin/X11/convert.

How can I include that in my Php page? Do I need to use a require statement? Anyone have any ideas please let me know

I solved this myself. Actually, you just need to have imagick included in your php.ini it seems you have to request that for hostgator then you can use the imagick class. Hope this saves someone a lot of time

Sponsor our Newsletter | Privacy Policy | Terms of Service