在上传laravel之前的图像裁剪
我正在寻找上传之前jQuery图像裁剪的任何库。像:http://foliotek.github.io/Croppie/,但它使图像大6至7倍大。即800kb的图像将被上传7mb或8mb。在上传laravel之前的图像裁剪
回答:
有很多库来做到这一点。只需要谷歌一点点。
有些是:
https://github.com/supnate/icropper
https://github.com/fengyuanchen/cropperjs
回答:
您应该使用画布图像栽跟头。
回答:
Croppie
$uploadCrop.croppie('result', {
type: 'canvas',
size: 'original',
quality: 0.7,
format: 'jpeg',
}
以上是 在上传laravel之前的图像裁剪 的全部内容, 来源链接: utcz.com/qa/266841.html