Jump to content

Python: Difference between revisions

169 bytes added ,  27 April 2020
Line 369: Line 369:
[https://matplotlib.org/examples/ Examples]<br>
[https://matplotlib.org/examples/ Examples]<br>
[https://matplotlib.org/3.1.1/gallery/index.html Gallery]
[https://matplotlib.org/3.1.1/gallery/index.html Gallery]
===Pillow (PIL)===
<code>pip install pillow</code>
This is a very useful library for loading images.
You can also load images using matplotlib, OpenCV, or Tensorflow.