Apache / PHP / Imagick
Posted: 2013-05-28T16:58:08-07:00
Hello, all,
I've written a significant bit of code in PHP to create an HTML-based GUI for the simple effects functions of ImageMagick available within PHP. However, this is complicated by the fact that it's incredibly difficult to get these three pieces of technology to work together: Apache, PHP, and ImageMagick. It works on a webhost, but not on a client PC. Even when I'm on a Linux system, like Kubuntu/Ubuntu, the system crashes upon trying to download ImageMagick through Applications Manager. On Windows, I'm able to get Apache and PHP functioning, but not in collaboration with ImageMagick.
Other things I've tried...
Downloading and installing every possible combination of Apache and PHP, in Linux and Windows, and then trying with ImageMagick. (Apache 2.0, 2.2; PHP version 5.2.3, 5.3, 5.4, and 5.5.) I've also tried various, different DLL's directly for the "ext" folder in PHP. One of them, 4mb, actually worked, but it couldn't do effects; it was limited to only opening images and resizing icons.
JQMagic: Doesn't work on Firefox, Chrome, or IE (tried with multiple versions).
This guide, and a thousand others like it : http://www.elxsy.com/2009/07/installing ... p-imagick/
It's been three days since I've started working on this problem. Does anyone have any solutions that they know work?
Thank you,
I've written a significant bit of code in PHP to create an HTML-based GUI for the simple effects functions of ImageMagick available within PHP. However, this is complicated by the fact that it's incredibly difficult to get these three pieces of technology to work together: Apache, PHP, and ImageMagick. It works on a webhost, but not on a client PC. Even when I'm on a Linux system, like Kubuntu/Ubuntu, the system crashes upon trying to download ImageMagick through Applications Manager. On Windows, I'm able to get Apache and PHP functioning, but not in collaboration with ImageMagick.
Other things I've tried...
Downloading and installing every possible combination of Apache and PHP, in Linux and Windows, and then trying with ImageMagick. (Apache 2.0, 2.2; PHP version 5.2.3, 5.3, 5.4, and 5.5.) I've also tried various, different DLL's directly for the "ext" folder in PHP. One of them, 4mb, actually worked, but it couldn't do effects; it was limited to only opening images and resizing icons.
JQMagic: Doesn't work on Firefox, Chrome, or IE (tried with multiple versions).
This guide, and a thousand others like it : http://www.elxsy.com/2009/07/installing ... p-imagick/
It's been three days since I've started working on this problem. Does anyone have any solutions that they know work?
Thank you,