图片上的文字,但就像这张。如何?
我制作了一个纯 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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)