Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 457 Bytes

pic2mif

Dependencies

  • Python 3
  • PIL or Pillow

Usage

pic2mif.py [-h] [-w WIDTH] [-o OUTPUT] input_file

A tool to change picture to .mif file.

positional arguments:
  input_file            Input pic file name

optional arguments:
  -h, --help            show this help message and exit
  -w WIDTH, --width WIDTH
                        Bit per channel, by default 8
  -o OUTPUT, --output OUTPUT
                        Output file name.