Skip to content

Python program to batch convert images to different formats.

Notifications You must be signed in to change notification settings

jyo64/Python-Batch-Image-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python-Batch-Image-Converter

This is a Python program to batch convert images. Place the python program in the folder containing images to convert and execute it. Note that the program tries to find images recursively in the directory in which it is placed and therefore all the images including the ones in the subdirectories will be converted and saved in the new target folder meanwhile preserving the directory structure of the input source directory.

Python Pillow Library is needed for this to work. To install Pillow execute the follwing code in your terminal :

pip install Pillow

You can convert files to and from formats specified below:

https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html

About

Python program to batch convert images to different formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages