Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
daniel302
Posts: 2 Joined: 2014-09-21T00:51:56-07:00
Authentication code: 6789
Location: colombia
Post
by daniel302 » 2014-09-21T01:01:36-07:00
Hi
i need to do this script on my php code
http://www.fmwconcepts.com/imagemagick/sketch/index.php
you can see at the end of the page the script, when i write that code on my php scritpt, i cant do the 3rd line -clone 3 , doesnt work
how can i convert that bash script to php
i have
Version: ImageMagick 6.6.5-9 2010-11-15 Q16
i want to do this, but in PHP
sketch effect
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2014-09-21T13:11:10-07:00
Just call it from PHP exec(). But if this is for a commercial site, you will need to contact me to purchase a license.
daniel302
Posts: 2 Joined: 2014-09-21T00:51:56-07:00
Authentication code: 6789
Location: colombia
Post
by daniel302 » 2014-09-21T16:42:43-07:00
fmw42 wrote: Just call it from PHP exec(). But if this is for a commercial site, you will need to contact me to purchase a license.
thanks, i was on windows, but calling directly on linux works fine
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2014-09-21T17:13:39-07:00
daniel302 wrote: fmw42 wrote: Just call it from PHP exec(). But if this is for a commercial site, you will need to contact me to purchase a license.
thanks, i was on windows, but calling directly on linux works fine
My scripts do not work under Windows unless in a unix-like Cygwin configuration.