Skip to content

xXSD11Xx/imageconversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The python package is focused on converting the .jpg or .jpeg file formats to .png file formats.

Install

Usage

The package focus on usage for conversion of image formats like .jpeg or .jpg to .png file formats.

Modules

There is 1 module named converter

functions currently present in module:converter

initialization of class Converter()

The constructor takes in 1 compulsary argument i.e the array or list of files that needs to be converted to .png file format.

Method toPng()

Method takes in 1 optional argument i.e. the specific save path location for the converted files or by default saves it in the location where the source image file was found. The name of the converted file remains the same as before i.e. unchanged.

About

Python package to convert .jpg and .jpeg image formats to .png image format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages