PIC - pythonImageConverter
A lightweight and easy to use image type converter. Built in Python as a deliverable for my Capstone project.
Installation
pip install pythonImageConverter
Usage
For single pictures:
pic [input file name] [output file name]
For entire directories:
pic [directory name] [output file type]
To launch the GUI:
pic GUI
Examples
CLI
Single Files
pic test.png test.jpg
Directories
pic ./ png
GUI
choosing ZIP archives as a source
Because zip archives are treated like single objects do not select directory:
Press browse and then select the archive just as you would an individual file:
Supported Image types
- BMP
- DIB
- EPS
- ICNS
- ICO
- IM
- JPEG
- JPEG 2000
- MSP
- PCX
- PNG
- PPM
- SVG
- SGI
- TGA
- XBM