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.
我如何在后端实际裁剪和压缩(调整为片段大小)图像?
我在前端使用croppie:https ://foliotek.github.io/Croppie/
我完全迷路了,小的指导会很有帮助。
谢谢!
为什么要在后端裁剪照片?此操作应该在浏览器中完成。使用result({ type, size, format, quality, circle })函数时,可以获得裁剪后的图片数据。如果 type 是base64,您可以将数据保存到其后的文件中base64_decode。
result({ type, size, format, quality, circle })
base64
base64_decode