Skip to content

Convert images from one format to another with this CLI tool written in Python

License

Notifications You must be signed in to change notification settings

ulises-codes/image-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Convert

Convert images from one format to another easily with this CLI tool.

  1. Set up the environment:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Run the script:
python -m src [absolute path to file or directory] [original file type] [desired file type]

Example:

python -m src ~/desktop/my-image.heic heic jpeg

About

Convert images from one format to another with this CLI tool written in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages