Skip to content

A Python program to convert images from .jpg to .png format

Notifications You must be signed in to change notification settings

donmarvex/jpg-png-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A python script to convert multiple images from .jpg to .png

Requirements

  1. Pillow - Python Image Library
pip install Pillow
  1. It takes arguments of the image folder and a folder to save the converted images.
python3 jpg-png-converter.py <image_folder> <save_folder>

About

A Python program to convert images from .jpg to .png format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages