Need help related to SHADOWHIGHLIGHT feature
Posted: 2018-07-18T07:43:07-07:00
Hello Fred,
You have done a great work. We are trying to utilize SHADOWHIGHLIGHT feature in PHP but are not getting the result matching to your results mentioned on below link
http://www.fmwconcepts.com/imagemagick/ ... /index.php
We are trying the first example on the above page -sa 100 -ha 50
Your result
Our result
Here is the actual PHP code
$output = shell_exec("/bin/bash shadowhighlight.sh -sa 100 -sw 0 -sr 0 -ha 50 -hw 0 -hr 0 -ma 0 -ca 0 -bc 0 -wc 0 duck_in_pond.jpg duck_in_pond_op4.jpg");
Please advise what may be we are doing wrong.
You have done a great work. We are trying to utilize SHADOWHIGHLIGHT feature in PHP but are not getting the result matching to your results mentioned on below link
http://www.fmwconcepts.com/imagemagick/ ... /index.php
We are trying the first example on the above page -sa 100 -ha 50
Your result
Our result
Here is the actual PHP code
$output = shell_exec("/bin/bash shadowhighlight.sh -sa 100 -sw 0 -sr 0 -ha 50 -hw 0 -hr 0 -ma 0 -ca 0 -bc 0 -wc 0 duck_in_pond.jpg duck_in_pond_op4.jpg");
Please advise what may be we are doing wrong.