Skip to content

Latest commit

 

History

History

image_converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Jpeg to Png

Convert file format of image using python

using module

  • sys
  • Pillow

How to Use

python jpeg_to_png.py <image_path>

PNG to JPG

Convert file format of image using python

using module

  • sys
  • os
  • Pillow

How to Use

python convert2jpg.py <image_path>