Search found 15 matches

by leos2009
2016-01-22T05:31:43-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Re: Convert region in current image

Final video https://youtu.be/7vTzTTCUnNg

used: javascript, bootstrap-slider, php, Image Magick(server side image convert), OpenCV 3.0 (Linux version), Facedetect PHP Extension
FMW Scripts: BUMP LIPS, MESHWARP GRID
And many code standart IM command :-)

Thanks World of IM
by leos2009
2015-09-08T05:15:04-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Re: Convert region in current image

Thanks Snibgo! it's work
by leos2009
2015-09-07T08:38:37-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Re: Convert region in current image

exec('/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,201 L 100,201 Z'" -alpha off -motion-blur 0x0-90 -blur 0x35 -clone 1 +swap -compose plus ...
by leos2009
2015-09-07T08:36:04-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Re: Convert region in current image

the same code in PHP
Image is not work

code algorithm from the past
Image and it's work
by leos2009
2015-09-07T07:59:38-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Re: Convert region in current image

screen Image
by leos2009
2015-09-07T07:35:32-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Re: Convert region in current image

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 ...
by leos2009
2015-09-05T16:06:25-07:00
Forum: Users
Topic: fish eye
Replies: 5
Views: 1599

Re: fish eye

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 ...
by leos2009
2015-09-03T08:52:46-07:00
Forum: Users
Topic: fish eye
Replies: 5
Views: 1599

Re: fish eye

how to move from the center point(x,y) to the right place for me in your script? can i use semi-circle in your script?)
by leos2009
2015-09-03T02:16:29-07:00
Forum: Users
Topic: fish eye
Replies: 5
Views: 1599

fish eye

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 ...
by leos2009
2015-08-30T07:34:21-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Re: Convert region in current image

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 ...
by leos2009
2015-08-28T06:43:58-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Re: Convert region in current image

i created custom example video in Youtube what i wanted https://youtu.be/HKf_zLj_zts Thank you!
used: jquery, php, imagemagick
by leos2009
2015-08-27T05:26:41-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Re: Convert region in current image

Thank you so much! Your scripts helped me greatly! I really admire what you do!
by leos2009
2015-08-26T07:35:35-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Re: Convert region in current image

installed and run your script on Mac Os Yosemite successed!

http://joxi.ru/Vm6yxZ3Cpz1qrZ

Where is the source pionts end destination points?
Can you explain, please?
by leos2009
2015-08-26T01:35:13-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Re: Convert region in current image

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 ...
by leos2009
2015-08-25T08:13:22-07:00
Forum: Users
Topic: Convert region in current image
Replies: 20
Views: 6552

Convert region in current image

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