7 牛支持上传图片自动生成不同尺寸么

WBOY
Release: 2016-06-06 20:20:44
Original
1690 people have browsed it

如题
想给自己网站后台增加个类似淘宝的那种 上传一张图片 后台自动生成不同尺寸的图片 在不同位置显示用的

回复内容:

如题
想给自己网站后台增加个类似淘宝的那种 上传一张图片 后台自动生成不同尺寸的图片 在不同位置显示用的

七牛云的图片处理非常简单,
eg:假设上传的图片URL是https://dn-wsy.qbox.me/,若要显示200*200
则输出url为https://dn-wsy.qbox.me/?imageView2/1/w/200/h/200即可

格式:?imageView2/1/w/<width>/h/<height></height></width>

若你希望不同尺寸的图片以文件形式保存到bucket,需要调用持久化处理接口

七牛不支持自动生成不同尺寸的图片,但是你可以设置样式,图片上传后客户端访问时url添加样式,生成缩略图
参考文档:
http://kb.qiniu.com/52ui3s22
图片处理:
http://developer.qiniu.com/docs/v6/api/reference/fop/image/imagemogr2.html

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template