Results 1 to 2 of 2
Thread: ImageMagick does nothing?
-
March 28th, 2012, 09:29 PM #124Professional Noob :)
postsImageMagick does nothing?
I'm trying to use ImageMagick in PHP with shell_exec:
But nothing happens, no file is created.Code:<?php echo shell_exec("import -window root test.png"); ?>
HELP?
-
April 2nd, 2012, 11:16 AM #2
Are you sure ImageMagick is installed? If so, which version are you running?
There are two ways of using ImageMagick:
- By command line
- By creating a new Imagick class instance in PHP
Do none of those work for you?AS2 / AS3 / JS / JQUERY / (X)HTML / HTML5 / CSS / CSS3 / PHP

Reply With Quote

Bookmarks