Summary
A command-line image format tool using which we can convert image format, resize the image, and other optional preprocessing. One can pass a single image path or image folder.
Elements
- Python methods for converting image formats, resizing images...etc
- Cli code using typer or some other library
- help argument to see available commands and options
Possible users journey
- Create a python project structure
- Write methods for preprocessing
- Write code for the Cli
Acceptance criteria
- Help argument to show available commands and options
- Command for image format conversion
- The command for resizing the image
Needed Tech:
Python, typer