PDA

View Full Version : Image Magick?


guntersm
09-09-2005, 09:55 AM
Is Image Magick installed on ther servers? If so, what is the path to the convert program that I can use to call from my scripts?

Thanks!

neednam
09-24-2005, 06:52 PM
*bump*

I'd like to know this to. :)

Bill
09-25-2005, 08:20 AM
Hello,

Yes, ImageMagick is installed at our servers.

The path to the convert is:
/usr/bin/convert

Please note that convert is not a folder, but the convert itself.

Regards,

Bill
SiteGround Support Team

athensmu
01-23-2006, 10:40 AM
tikiwiki is one of those scripts that requires imagemagick as a php extension rather than the path to /usr/bin/convert. Is there any possiblity of enabling this extension on siteground?!

thank you,

Francisco
herenaforge.org (http://herenaforge.org)
archopen project (http://archopen.athensmultimedia.com)

Tom
01-24-2006, 09:57 AM
tikiwiki is one of those scripts that requires imagemagick as a php extension rather than the path to /usr/bin/convert. Is there any possiblity of enabling this extension on siteground?!

Unfortunately, there is no way for us to accomplish this. You can use GD2 though, all our PHP engines are GD2 compatible. I hope this works for you.

hpfandom
12-07-2006, 05:50 PM
I use Movable Type and previously, the mt-check.cgi reported that image::magick was available and I could resize images on the fly as needed when uploading to my blog. Now when I try to upload images, I no longer get the resize capability and Movable Type reports that image::magick is no longer available.

Has it moved or been uninstalled?

Thanks,
Charlene (charks.net)

Silvia
12-12-2006, 09:26 AM
Image Magic is still available on all SiteGround servers. The problem you experience might not be caused by Image Magic but from something else. It is better to consult with the SiteGround tech team posting them a ticket through the Help Desk

http://www.siteground.com/customer_login.htm

pressia
03-04-2009, 07:07 PM
You said the Image Magick is install in your servers.. howerver I am confuse because I have installed HOTORNOT2 and I ca not see the pics..

So, when I set up DEBUG on I can see this:

(see the botton of the commente please) and it says that Image Magick is not instatlled..

Could you help me? to figure out what is happening.. thanks!!!


System Information
Server name = www.eltrueque.pressia.org
Server software = Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.4mm
Server address = 67.15.172.8
Server port number =80
Php version = 5.2.5
Database version = 4.1.22-standard-log
PHP post size = 32M
PHP max upload = 24M
Safemode = Off
Extension GD installed = Yes
Extension Imagemagick installed = No (Please install)
Extension EXIF installed = Yes
Safemode Infomation
Safemode = off
Execution time = 45sec
Upload Limit Information
PHP post max size = 33554432
Hotornot2 max. upload size = 512000
Hotornot2 min. upload size = 15
phpThumb() Information
phpThumb() v1.7.4-200608170856 in file "phpthumb.class.php" on line 207
GD Information
GD version = 2.0.34

Val
03-05-2009, 08:44 AM
The imagemagic is installed on the server, but as mentioned above in this thread it is not as a php module but instead a standalone app, which means that you need to execute a direct call to /usr/bin/convert (for example) and pass the options to it.

If your application cannot do such a call (because it has been written specifically for a module version) please try using GD library instead.