Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个相同大小的图像,我想使用它们。一张是彩色的,另一张是黑白的。我需要帮助将彩色图像直接叠加在黑白图像上。之后,我希望能够删除顶部照片的部分以显示下面的图像。
有人可以为我指出如何实现这一目标的正确方向吗?
这可能会有所帮助:
http://forums.devshed.com/php-development-5/how-do-i-merge-various-images-into-one-using-gd-502604.html
尤其是关于添加水印的部分。
在组合它们之前,您必须将透明区域添加到顶部图像。
李