Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/296.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/image/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在Python中打开非常大的图像_Python_Image_Image Processing - Fatal编程技术网

如何在Python中打开非常大的图像

如何在Python中打开非常大的图像,python,image,image-processing,Python,Image,Image Processing,有没有办法读取巨大的bmp文件 it尺寸(x-101379,y-255286)和24.1GB 我想把文件剪成棋盘格式。(巴杜克董事会) 我可以吗?我有64GB的RAM。你应该看看Zarr()。它允许您访问磁盘中的内存并对其进行压缩。

有没有办法读取巨大的bmp文件

it尺寸(x-101379,y-255286)和24.1GB

我想把文件剪成棋盘格式。(巴杜克董事会)


我可以吗?

我有64GB的RAM。你应该看看Zarr()。它允许您访问磁盘中的内存并对其进行压缩。