Dennis Posted October 9, 2003 Posted October 9, 2003 Is anyone using Image Magick with PHP? I've looked at Image Magick's website and seems like I'll need to install imagick (the native api for PHP) if I were to use it with PHP. Now my question, is it installed by default on TCH's server or do we need to install it/or asked for it via the helpdesk? Actually, its not a must have cos I am using PHP's native GD lib to do some resizing of jpgs but I've noticed that Image Magick did a a better job at this and thought that I'll switch to using this in my scripts if it's not a lot of hassle to install and to learn how to use it..... Dennis Quote
jpickeri Posted October 9, 2003 Posted October 9, 2003 I do have a bit of experience using it with cgi and perl. If you want to go this route drop me a line. Quote
TCH-JimE Posted October 10, 2003 Posted October 10, 2003 Hi, Image Magik is already installed on all servers. ImageMagiK can be found at : ImageMagick convert = /usr/local/bin/convert (you can also try the path of /usr/local/bin too) The best thing to do is: - go to the TCH Help web site - click on Tools & Scripts link - look in the section labeled 'Server programs' - click on 'See it in action' for env.pl This handy gives so much detail. Its a excellant script! Jim Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.