How to install PIL in python?
PIL(Python imaging library) popularly known as pillow is an image manipulation library.
It helps in processing images in different format in python. We can easily import this library and use to process image.
We can easily install PIL in our system.
- Open command prompt.
- Write the following syntax
- pip install pillow
- Successfully install PIL or pillow
syntax:-
pip install pillow
We can easily use by importing it in python
syntax:-
import pillow or import PIL
This is all about installing PIL in python.
Subscribe
Login
Please login to comment
0 Discussion