You are not logged in. Please login or register.


Post new reply

Post new reply

Compose and post your new reply

You may use: BBCode

All fields with bold label must be completed before the form is submitted.

Required information for guests


Required information

(delete this if you are not)

Topic review (newest first)

3

Actually, ImageMagick isn't a part of the php build, but rather a separate set of programs that ochiba will run using exec(). So, if you have shell login (ie ssh) access to your server, you could type something like

which convert

to see if the ImageMagick program convert is available.

2

I asked and they don't. Now, Ill get it going on some home server.

1

Maybe a silly question but ok. Im running on a shared hosting webserver and I know GD is available. How can I test if imagemagick is available without doing the installation ? I tried the phpinfo() but
it gave only

gd
GD Support     enabled
GD Version     bundled (2.0.28 compatible)
FreeType Support     enabled
FreeType Linkage     with freetype
T1Lib Support     enabled
GIF Read Support     enabled
GIF Create Support     enabled
JPG Support     enabled
PNG Support     enabled
WBMP Support     enabled
XBM Support     enabled



Generated in 0.015 seconds (73% PHP - 27% DB) with 7 queries