PIL中分离通道发生“AttributeError: 'NoneType' object has no attribute 'bands'”
生活随笔
收集整理的這篇文章主要介紹了
PIL中分离通道发生“AttributeError: 'NoneType' object has no attribute 'bands'”
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
解決方法:
這個貌似是屬于一個bug
把Image.py中的1500行左右的split函數改成如下即可:
轉載于:https://www.cnblogs.com/MrLJC/p/4228726.html
總結
以上是生活随笔為你收集整理的PIL中分离通道发生“AttributeError: 'NoneType' object has no attribute 'bands'”的全部內容,希望文章能夠幫你解決所遇到的問題。