Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个 php 脚本来允许我在 3 个不同大小的不同位置上传一张图片,
1- 缩略图 2- 中 3- 大(原始尺寸)
有谁能够帮我 ?
您可以使用PHP 的内置 GD库进行此类图像处理或流行的imagick库。
该过程将涉及将文件保存在服务器端,将其重新采样为 3 种所需的大小,然后将每个结果保存到不同的文件中。