我试图用PHP和imagemagick用-raise和frame命令显示图像但是没有成功我想要的输出。
我想要与this link相同的输出。
$photo=$_GET['url'];
$cmd = " convert $photo -mattecolor $color -frame 22x22+10+3 -matte -virtual-pixel transparent -distort Perspective \"0,0 0,3 225,20 225,20 213,160 213,145 0,100 0,100 \" "." abc.png";
exec($cmd);