当我想用png文件合成一个图像时,我使用:
exec("convert 1.png ".$newfile1." -geometry +110+70 -compose DstOver -composite ".$result_image);
当我想使用Perspective时,我会使用:
exec('convert '.$newfile1.' -matte -background transparent -virtual-pixel background -distort Perspective "0,0 0,0 393,0 236,65 393,486 393,486 0,486 153,486" '.$newfile1.'');
但是以这个png文件为例:
创建透视文件是非常不同和困难的,因为我不知道源图像大小以及如何创建最佳视角..
任何帮助? (soryy因为我的英语不好)