Codeigniter 剥离图像 EXIF 数据

发布于 2024-11-06 22:37:37 字数 94 浏览 0 评论 0原文

我正在使用 gd2 图像库进行图像上传和调整大小。

图像 EXIF 数据在调整大小时旋转我的垂直图片。有没有办法阻止图像旋转?或者在php中删除exif数据?

I am doing image upload and resizing using the gd2 image library.

The image EXIF data is rotating my vertical pictures on resize. Is there a way to stop the image from rotating? or strip the exif data in php?

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

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

发布评论

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

评论(1

踏雪无痕 2024-11-13 22:37:37

除非学习 JPEG 格式并弄清楚如何一点一点地删除 EXIF...

您可以使用 GD 库。

http://www.php.net/manual/en/function.imagecreatefromjpeg.php http://www.php.net/manual/en/function.imagejpeg.php 应该可以。

Barring learning the JPEG format and figuring out how to remove EXIF bit by bit...

You can use the GD library.

http://www.php.net/manual/en/function.imagecreatefromjpeg.php and http://www.php.net/manual/en/function.imagejpeg.php should do it.

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