php - How to add fisheye effect with imagemagick -
i need add fisheye effect imagemagick photo done php script. looks bad , want try maybe imagemagick can better.
i trying apply barrel distorsion , fisheye2rect script cant find proper parameters.
i have bash unix shell script, spherize, uses imagemagick can called using php exec(). see http://www.fmwconcepts.com/imagemagick/index.php
using input image:
spherize -a 1 _y_7_y70etlm4ask_jpg result2.jpg
or
spherize -a 1 -b image _y_7_y70etlm4ask_jpg result2.jpg
alternately, see script, fisheye.
fisheye -f fullframe -i 150 _y_7_y70etlm4ask_jpg result3.jpg
Comments
Post a Comment