Skip to content

AdenKoperczak/pythonImageConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

pythonImageConverter

This is a basic tool for converting images from on format to another, for instants BMP to JPEG.

This does require the PIL (Pillow) library. Install instructions are available from there website.

  1. When first run it will ask for a file, which will be either a single file or a folder.
  2. Then it will ask for the input file type. This may seem redundant, and could be worked around in some cases, but for now it is necessary.
  3. Then it will ask for the file type you would like it to output as.
  4. Finally it will make a copy of the file in the selected format.
  5. Then it will ask for another file. If you are done you can either type end, or just close it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages