Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 617 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 617 Bytes

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\