Page 1 of 1

help - Applies a sketch effect to an image.

Posted: 2014-09-21T01:01:36-07:00
by daniel302
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

Image

sketch effect

Image

Re: help - Applies a sketch effect to an image.

Posted: 2014-09-21T13:11:10-07:00
by fmw42
Just call it from PHP exec(). But if this is for a commercial site, you will need to contact me to purchase a license.

Re: help - Applies a sketch effect to an image.

Posted: 2014-09-21T16:42:43-07:00
by daniel302
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 :D

Re: help - Applies a sketch effect to an image.

Posted: 2014-09-21T17:13:39-07:00
by fmw42
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 :D
My scripts do not work under Windows unless in a unix-like Cygwin configuration.