Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Outline

Pillow (Python Imaging Library (PIL))

Pillow is a Python Imaging Library (PIL), which adds support for opening, manipulating, and saving images.Pillow is built on top of PIL (Python Image Library). PIL is one of the important modules for image processing in Python.Pillow module gives more functionalities, runs on all major operating system and support for python 3. It supports wide variety of images such as “jpeg”, “png”, “bmp”, “gif”, “ppm”, “tiff”. You can do almost anything on digital images using pillow module. Apart from basic image processing functionality, including point operations, filtering images using built-in convolution kernels, and color space conversions.

Setup instructions

install pillow in your system by running pip install pillow in terminal or command prompt and the setup is ready.To add text, you must first download a 'font' file locally to your machine, for example for Times Roman [times-ro.ttf] (https://www.download-free-fonts.com/details/86847/ times-roman) Then you can add text in times new roman.

Output

the ouput is in capture.png image attached in this folder. link to collab file: https://colab.research.google.com/drive/1N-3d7AthbpvcGmdWSG6Pl_HhkzN2ldo1?authuser=3#scrollTo=FZkDaQnbOIDt

Author(s)

vaishnavi jha

Morty Proxy This is a proxified and sanitized view of the page, visit original site.