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.
我想知道是否可以执行以下操作:
上传图片 将图片调整为固定宽度 保存固定宽度图片,丢弃原图
我将在我的网站上进行大量图像上传,并且我正在尝试将调整大小操作移动到客户端大小以减少服务器上的负载。
我看到的所有选项似乎都使用 Jquery 作为前端,而调整大小实际上仍然是使用 php 在服务器端完成的。