使用 php 调整远程图像的大小和缓存并存储原始图像和重复图像

发布于 2024-10-29 14:07:03 字数 164 浏览 4 评论 0原文

我想获取远程图像并调整它们的大小并存储它们以及存储原始图像。

我也想要一个重新生成图像/缩略图的选项,以便它们自动更新。

应该允许的图像类型是 gif 和 jpeg

如果可能的话 gif 也应该转换为 jpeg。

有人有简单的类或函数来做到这一点吗?

I want to get remote images and resize them and store them as well as storing the original images.

I would like an option to regenerate images /thumbnails as well, so they are updated automatically.

The types of images that should be allowed are gif and jpeg

If possible then gif should also be converted to jpeg.

Anyone has simple class or function to do this?

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

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

发布评论

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

评论(1

未央 2024-11-05 14:07:10
  1. 获取远程图像curl 或(假设allow_url_fopen )只需 fopen
  2. 调整图像大小gdimagemagick
  1. Get remote images: curl or (assuming allow_url_fopen) simply fopen
  2. Resize Images: gd or imagemagick
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文