Skip to content

Convert JPG to PNG files using a simple Python script.

Notifications You must be signed in to change notification settings

tomasmejia/Python-JPGtoPNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

This project depends on PIP/Pillow. Use the package manager pip to install Pillow.

pip3 install Pillow

Usage

python JPGtoPNG.py [image_folder] [output_folder]

Example

I've attached a folder containing 4 .jpg pictures from Pokémons, it works with several files at once inside a folder.

python JPGtoPNG.py pokedex/ new_pokedex/

About

Convert JPG to PNG files using a simple Python script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages