Reading bmp files in Python

前端 未结 7 1277
北荒
北荒 2021-02-19 01:41

Is there a way to read in a bmp file in Python that does not involve using PIL? PIL doesn\'t work with version 3, which is the one I have. I tried to use the Image object from g

相关标签:
7条回答
  • 2021-02-19 02:10

    If you're doing this in Windows, this site, should allow you to get PIL (and many other popular packages) up and running with most versions of Python: Unofficial Windows Binaries for Python Extension Packages

    0 讨论(0)
提交回复
热议问题