如何使用imagemagick添加鱼眼效果

时间:2013-10-07 08:52:06

标签: php imagemagick

我需要将imagemagick的鱼眼效果添加到照片中,因为它现在使用php脚本完成。它看起来很糟糕,我想尝试imagemagick可以做得更好。

original image

php script result

我试图应用Barrel distorsion和fisheye2rect脚本,但无法找到合适的参数。

1 个答案:

答案 0 :(得分:0)

我有一个bash unix shell脚本,spherize,它使用可以使用PHP exec()调用的ImageMagick。见http://www.fmwconcepts.com/imagemagick/index.php

使用输入图像:

spherize -a 1 _y_7_y70etlm4ask_jpg result2.jpg

enter image description here

spherize -a 1 -b image _y_7_y70etlm4ask_jpg result2.jpg

enter image description here

或者,请参阅我的剧本,fisheye。

fisheye -f fullframe -i 150 _y_7_y70etlm4ask_jpg result3.jpg

enter image description here