图像 GD 和 png 遮罩
what would be basic code for masking one image with another in GD - one image with black shape and transparent background would be used to crop another image - a photo so that photo is in the shape of black image.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种方法是使用 phpThumb。
基本参考:http://phpthumb.sourceforge.net/ demo/demo/phpThumb.demo.demo.php#x31
如果动态创建新图像,则非常简单:
输出为 png。
如果在图像上传后执行此操作以创建要存储在服务器上的新图像,请首先了解 phpThumb 的基础知识,然后设置其余所有的掩码参数:
例如:
One way to do it is using phpThumb.
Basic reference here: http://phpthumb.sourceforge.net/demo/demo/phpThumb.demo.demo.php#x31
If creating the new image on the fly it would be something as simple as:
To output into a png.
If doing this after an image upload to create a new image to be stored on the server, first figure out the basics of phpThumb and then set the mask parameters with all the rest:
For example: