i have an error in this algoritm. Help please! location points to move in right eye root$/opt/local/bin/convert files/triangles3.png \ \( -clone 0 -fill "gray(50%)" -colorize 100% \) \ \( -clone 0 -fill black -colorize 100% \) \ \( -clone 2 -fill white -draw "translate 180,123 path 'M 127,163 L 122 ...
UPD: New video with worked algoritm for fish eye in some region in image https://youtu.be/dSAxAq7J3SY i croped lips region from orig image and applied you script bump. then converted file pasted on the orig image top i think that is simplest way to solve the task <?php $xpoz = $_POST['xpoz']; $ypoz ...
Hello world of IM! I have a new task on enlarging lips on the pic. I'm going to use Fish eye effect, but it is to be done at a certain area of the pic, like in previous forum branch http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28246 . Could you please tell me the algorithm? As ...
when we change seek bar value html page sends Ajax request for a php file. HTML <!-- xxpoz,yypoz,rradius,ssoften,ddist - are hidden input values in html page--> <script> function uploads(xxpoz,yypoz,rradius,ssoften,ddist) { $.post( "upload.php", { xpoz: xxpoz, ypoz: yypoz, radius: rradius, soften ...
My platform is Linux. Version: ImageMagick 6.5.4-7 2012-05-07 Q16 OpenMP You talk about this script? http://www.fmwconcepts.com/imagemagick/meshwarp/index.php How to use this script from PHP script ? i try to setup all as in manual but have an error: [root@localhost files]# bash /var/www/html/lift3 ...
Hello World of IM! I have a question about convert some region in current image. Currently i used distort but i'm not shure that i put the points correctly in the image. i want convert image to result something like in example http://joxi.ru/YmEVazpIyJD626 now i try this command line but something ...