Skip to content

GouriRajesh/JPGtoPNGconvertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

JPGtoPNGconvertor

A project that converts jpg to png image formats.
sys, os and PIL module has been used.

Make sure the source and destination folders are in the same root/parent location as the convert.py file. A destination folder that doesn't already exist can also be mentioned to create a new destination folder.

How to run the program:
  • On Windows: python convert.py sourcefolder/ destinationfolder/
    Example- python convert.py MyImages/ NewImages/

  • On Mac: python convert.py sourcefolder\ destinationfolder\
    Example- python convert.py MyImages\ NewImages\

About

A project that converts jpg to png image formats

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages