Skip to content

this script converts jpeg or jpg images to png and from png to jpg

Notifications You must be signed in to change notification settings

argon3x/imgconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

imgconverter

this script converts jpeg or jpg images to png and from png to jpg

  • Run script with python

      python3 imgconverter.py -f [format type (png/jpg)] -i [image] [-o save the image with a new name] [-s path save]
    

or

  • Give permission of execution

      chmod u+x imgconverter.py
    
  • Run script

      ./imgconverter.py -f [format type (png/jpg)] -i [image] [-o save the image with a new name] [-s path save]
    
  • for more help use

      ./imgconverter.py --help
    

Install dependency

    pip3 install Pillow

Sopported

support