如何在我网站上的每张图片上制作一个小印章
我在灯环境下工作。 我搜索知道拍摄图像的脚本,该用户上传到我的网站。 并从此图像制作新图像,其中包含真实图像,并在顶角带有小印记。
谢谢
i work in lamp environment .
i search script that know to take a image , that user upload to my site.
and make from this image , new image that contain the real image with small stamp on the top corner.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
你最好的选择是看这里 PHP.net 用户指南提供的理想脚本。 只需确保您已安装 GD 库即可
your best bet would be to look here it is an ideal script provided by the PHP.net user guide. Just make sure that you have the GD library installed
您想要一个可以通过 GD 完成的水印
You'd want a watermark which can be accomplished with GD
你所描述的是“水印”。 有一些工具可以做到这一点,很多图像处理包都具有此功能。
搜索这个可能会给你带来一些有用的东西。
What you are describing is "watermarking". There are tools out there to do this, a lot of image manipulation packages have this feature.
A search for this might lead you to something useful.
看看这些 PHP 教程:
Have a look at these PHP tutorials: