Dropbox 和 Mega Python Image Download 像素减少

问题描述

我在从 Mega 和 DropBox 下载图像时遇到了一些问题

图片的实际大小为 1080 x 1080

但下载后,图像缩小到 673 x 673

超级下载代码

file = m.find(value)
m.download(file)

DropBox 下载代码

with open(value,"wb") as f:
   Metadata,res = dbx.files_download(path=path)
   f.write(res.content)
   f.close()

我在 Mega 和 DropBox Python 资源中都没有找到任何关于此像素减少的资源 有人遇到过这个问题吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)