help - Applies a sketch effect to an image.

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?".
Post Reply
daniel302
Posts: 2
Joined: 2014-09-21T00:51:56-07:00
Authentication code: 6789
Location: colombia

help - Applies a sketch effect to an image.

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post 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.
daniel302
Posts: 2
Joined: 2014-09-21T00:51:56-07:00
Authentication code: 6789
Location: colombia

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

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post 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.
Post Reply