问题描述
当您开始谈论Google的App Engine时,图片大小有几个限制:
10 MB - 上传限制
1 MB - 操作限制(我不知道还有什么可称之为的)
但是,人们报告说他们在处理小于1MB的图像时已经超过了操作限制......所以,看起来还有另一个限制正在发挥作用。我的猜测是,在图像被转换为24/32位像素后,图像的大小有一定限制。
是Java和 here 。There are a couple limits on the size of images when you start to talk about Google's App Engine:
10 MB -- the upload limit
1 MB -- the manipulation limit (I do not know what else to call this)
But, folks have reported that they have exceeded the manipulation limit while working with images that are smaller than 1MB...
So, it seems there is another limit that is coming into play. My guess is there is some limit to the size of the image after it has been transformed into 24/32 bit pixels.
here is the documentation for Java and here for Python.
这篇关于GAE中最大可用JPEG图像的尺寸是多少?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!