pythonImageConverter

Convert image types using CLI


Keywords
capstone, cli-portion
License
MIT
Install
pip install pythonImageConverter==1.0.8.4

Documentation

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

GUI PIC

choosing ZIP archives as a source

Because zip archives are treated like single objects do not select directory:

ZIP1 PIC

Press browse and then select the archive just as you would an individual file:

ZIP2 PIC

ZIP3 PIC

Supported Image types

  • BMP
  • DIB
  • EPS
  • ICNS
  • ICO
  • IM
  • JPEG
  • JPEG 2000
  • MSP
  • PCX
  • PNG
  • PPM
  • SVG
  • SGI
  • TGA
  • XBM