使用 PHP 或 Javascript 旋转 png
我正在尝试旋转基于数据库中的值(1-360 度)的 png,
但是,我将其与 google 地图 api 结合使用,并且如果我使用 "header('Content-type: image/ .png');" 我的地图不显示,仅显示图像。
有任何想法吗?
I'm trying to rotate a png that's based off a value in my database (1-360 degrees)
however, I'm using it in conjunction with the google mapping api and if I use "header('Content-type: image/png');" my map does not show and only the image.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
有一个 jQuery 插件,用于使用 JavaScript 旋转图像。
There is a jQuery plug-in for rotating imaages with javascript.
来自 ImageMagic API 站点:
From the ImageMagic API site:
使用 PHP 中的 GD2 库,您可以轻松旋转图像,将其临时存储为 PNG,然后像现在一样在页面中使用它。
应该有大量的脚本给出了如何使用 GD2 的一个很好的例子。
with the GD2 library in PHP, you can rotate the image easily, store it temporarily as a PNG, and then use it in your page the same way you do now.
should be loads of scripts out there who give a great example of how to use GD2.
我认为这就是您要寻找的:
http://wilq32.adobeair.pl/ jQueryRotate/Wilq32.jQueryRotate.html
I think that this is what you look for:
http://wilq32.adobeair.pl/jQueryRotate/Wilq32.jQueryRotate.html