I am setting up a PHP script that manipulates images. In the config file of the script, I need to point it to the location of ImageMagick files on the server.
The problem is, I called my host, and they do not have ImageMagick module installed. What can I do? Is it something that I can just copy to my location and point to those files? Or do I have to install it? Can I point to these files elsewhere on the net?
Thanks!
The problem is, I called my host, and they do not have ImageMagick module installed. What can I do? Is it something that I can just copy to my location and point to those files? Or do I have to install it? Can I point to these files elsewhere on the net?
Thanks!