Home > Backend Development > PHP Tutorial > 能否直接在upyun空间进行处理图片

能否直接在upyun空间进行处理图片

WBOY
Release: 2016-06-06 20:47:43
Original
1104 people have browsed it

问题:
1 能否直接操作upyun的一个空间的tmp目录下的图片,然后使用upyun的图片处理接口,处理完保存到img的目录下

目前我的情况是,先下载upyun的tmp目录下的图片到我的服务器,处理裁剪完后,再上传到upyun的img目录

请问能否跳过中间这一步??

// $fh = fopen('http://su.bdimg.com/static/superpage/img/logo_white.png', 'rb');
// $rsp = $upyun->writeFile('/demo/sample_md5.jpeg', $fh, True, $opts); // 上传图片,自动创建目录
// fclose($fh);

遇到php-sdk的fseek爆错,有没有其他方法?

回复内容:

问题:
1 能否直接操作upyun的一个空间的tmp目录下的图片,然后使用upyun的图片处理接口,处理完保存到img的目录下

目前我的情况是,先下载upyun的tmp目录下的图片到我的服务器,处理裁剪完后,再上传到upyun的img目录

请问能否跳过中间这一步??

// $fh = fopen('http://su.bdimg.com/static/superpage/img/logo_white.png', 'rb');
// $rsp = $upyun->writeFile('/demo/sample_md5.jpeg', $fh, True, $opts); // 上传图片,自动创建目录
// fclose($fh);

遇到php-sdk的fseek爆错,有没有其他方法?

又拍云目前只提供文件上传直接处理原图并保存 http://wiki.upyun.com/index.php?title=HTTP_REST_API%E6%8E%A5%E5%8F%A3#.E5.9B.BE.E7.89.87.E5.A4.84.E7.90.86.E6.8E.A5.E5.8F.A3

对于文件操作相关的接口(另存为、图片处理),在保证服务稳定高效的前提下,会纳入下一步的产品计划。

我个人用七牛的api来解决图片大小控制这个问题,UPyun已经很久没用了,建议可以试试七牛,api调用也是蛮简单的。

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