处理图像的现成解决方案

发布于 2024-08-11 07:43:54 字数 70 浏览 3 评论 0原文

我正在寻找一个类或函数,以在将图像保存到服务器上之前对上传的图像进行转换、添加边框和文本(使用 ttf 字体)。 你知道吗?

I'm searching for a class or function, to convert, add borders and text (using ttf fonts) to an uploaded image before the image is saved on the server.
Do you know something?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

魂归处 2024-08-18 07:43:54

检查 WideImage阿西多

Check WideImage and Asido.

心欲静而疯不止 2024-08-18 07:43:54

ImageMagick 令人难以置信,并且有许多 PHP 库

ImageMagick is incredible and has many libraries for PHP

叹沉浮 2024-08-18 07:43:54

您可以尝试 GD 库。

您可以使用 imagecreatefromjpeg/png/gifimagejpeg/png/gif 函数。

imagerectangle 用于添加边框(绘制图像后面的矩形)。

imagettftext 用于添加文本。

网上教程很多,祝你好运!

You could try the GD library.

You can convert image types using the imagecreatefromjpeg/png/gif and imagejpeg/png/gif functions.

imagerectangle for adding a border (draw a rectangle behind your image).

imagettftext for adding text.

Lots of tutorials online, good luck!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文