使用 php 调整远程图像的大小和缓存并存储原始图像和重复图像
我想获取远程图像并调整它们的大小并存储它们以及存储原始图像。
我也想要一个重新生成图像/缩略图的选项,以便它们自动更新。
应该允许的图像类型是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
allow_url_fopen
)只需 fopenallow_url_fopen
) simply fopen