Skip to content

xio28/image_to_png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image converter

Installation (Windows)

  1. Create venv environment and activate it:
python -m venv .venv
.\.venv\Scripts\activate

To deactivate the venv, use:

deactivate
  1. Install requirements:
pip install -r requirements.txt
  1. Ensure the images folder is present in the root directory of the project.

  2. Save images to convert in images folder, then run convert.py script:

python convert.py
  1. Results will be in converted_images.

About

Convert any image format to PNG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages