Home  >  Article  >  Backend Development  >  又拍云图片上传 - 又拍云PHP上传图片无法控制图片质量

又拍云图片上传 - 又拍云PHP上传图片无法控制图片质量

WBOY
WBOYOriginal
2016-06-06 20:30:401012browse

$opts = array(
UpYun::X_GMKERL_QUALITY => 10 // 图片质量
);

调用又拍云的api后图片质量并没有变化

回复内容:

$opts = array(
UpYun::X_GMKERL_QUALITY => 10 // 图片质量
);

调用又拍云的api后图片质量并没有变化

建议找又拍的技术支持:support@upyun.com

Statement:
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