Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 908 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 908 Bytes

Introduction

Small GUI tool to convert your pictures into a colourful HTML

Example Usage

Requires

Installation

The easiest way is to grab an already built binary from the releases page if there is one for your OS.

To run this program from source you would need pip. Just run:

pip install -r requirements.txt

Usage

Run the executable script ./pic_to_html. This would start the GUI.

Alternatively you can use the converter in the command line directly:

python src/classes/img_to_html.py input.jpg output.html \
    --chars-width 150 \
    --font-size 10

See --help for more options.

Thanks to

Elena for calculating the MAGICK constant.