图片上的文字,但就像这张。如何?

发布于 2024-09-10 21:01:51 字数 239 浏览 1 评论 0原文

我制作了一个纯 PHP 脚本,它使用 GD 库将文本放在图像上,文本从 HTML 表单输入。 问题是我无法让用户正确定位文本。

我发现了这个很好的例子 http://lolkot.ru/lolmixer/#1369,它让用户可以非常轻松地用鼠标玩文字!

这怎么可能? 为此使用了哪些技术?

I've made a pure PHP script that uses GD library to put text on an image, text entered from a HTML form.
The problem is that i can't give the user the possibility to position the text properly.

I've found this good example http://lolkot.ru/lolmixer/#1369, it allows users to play with the text very easily with the mouse !

How is this possible ?
What technologies are used for this ?

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

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

发布评论

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

评论(1

流绪微梦 2024-09-17 21:01:51

JavaScript yui (用于拖放文本),jQuery (用于事件和 AJAX),服务器端生成透明 png-s (包含文本)

JavaScript yui (for drag and drop of the texts), jQuery (for events and AJAX), server side generation of transparent png-s (containing texts)

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