Skip to content

Subrata15/convert-image-pillow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

convert-image-pillow

  • Install python
  • Install Pillow
  • Run python (better using environment)

from conver_img import imageGenerate
converter = imageGenerate([put your path here without extension])

jpg to png

imageGenerate.convertJpgPng()

jpeg to png

imageGenerate.convertJpegPng()

png to jpg

imageGenerate.convertPngJpg()

png to pdf

imageGenerate.convertPngPdf()

Feel free if any advice/correction.

About

Using Pillow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages