python 在读取大图像时会报错,本文记录解决方案。
读取大图像 {#读取大图像}
- open cv 在读取超过 1G 的图像时会返回 None
- PIL 读取超过一定像素个数的图像会报错
解决方案 {#解决方案}
- 解除PIL最大像素个数限制
- 之后可以使用skimage或matplot读取大图像
文章链接:
https://www.zywvvd.com/notes/coding/python/load-large-image/load-large-image/
python 在读取大图像时会报错,本文记录解决方案。
文章链接:
https://www.zywvvd.com/notes/coding/python/load-large-image/load-large-image/