We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac(10.12.3) Chrome(55.0.2883.95) 通过复制图片上传,得到的总是tiff格式的链接。 但如果将图片保存,再拖拽上传就是正确的图片格式。试过的网站都出现了这个问题,比如百度图片、lofter等。 请问这个该如何修复?
The text was updated successfully, but these errors were encountered:
@panfake 你好是有这个问题。因为,复制的是传数据,让七牛云检测格式。七牛云的sdk,应该支持,指定格式。前几天我把xcode卸载了。等装好了,我尝试下。或者你也可以,查看七牛云的文档,尝试下。😆
Sorry, something went wrong.
好的哈哈!期待修复!
@panfake 看了下,因为复制的图片数据格式是tiff的可能。在代码里做了格式转换成png的了。线上版本未更新。
@chenxtdo 好的,还是很奇怪,难道是chrome会把网站的图片先转正tiff再显示?因为保存下来都是正确的格式…… 话说不知是否打算增加一个上传到指定目录的功能?现在图片都混在一起不是很好管理呀~
No branches or pull requests
Mac(10.12.3) Chrome(55.0.2883.95) 通过复制图片上传,得到的总是tiff格式的链接。
但如果将图片保存,再拖拽上传就是正确的图片格式。试过的网站都出现了这个问题,比如百度图片、lofter等。
请问这个该如何修复?
The text was updated successfully, but these errors were encountered: