robby-image-upload icon indicating copy to clipboard operation
robby-image-upload copied to clipboard

上传图片后支持压缩的功能

Open smalltee opened this issue 6 years ago • 2 comments

现在是没有图片压缩的功能的吗。

来源:log993 时间:2019-09-30

smalltee avatar Oct 08 '19 03:10 smalltee

Comments from log993: 上传缩略图和原图 加载图片时显示缩略图 点击后加载原图 以提高图片加载速度并节省流量。图片压缩主要是想把图片的大小压一压 质量能看就行 毕竟现在手机拍照都是10几m 全都加载原图可太耗流量和时间了

smalltee avatar Oct 08 '19 03:10 smalltee

预计处理方式:接口不变,上传的时候可以自动生成两张图片(压缩的和原图),由后台自行处理是否需要两张,返回的图片的地址也分为两组(压缩和原图地址),显示时只显示压缩的地址,点开时显示原图地址(这个地址也由后台自行控制是否为原图,不传的话默认还是压缩图的地址)。

smalltee avatar Oct 08 '19 03:10 smalltee