Pillow - Python Imaging Library (Fork)¶
Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift.
Form the librtary description we know that this is a library that give image processing capabilities to python
How I use it/ How I find it¶
I was working in my personal project Project_Horus
and i was getting the thumbnail and snaposhot of a CCTV camera using other libraries, but this snapshot and the thumbnail where given in bytes, so i need it something to render and display the image so:
- I imported the library
- open and read the bytes,
snapshot
is a variable holding the bytes