Skip to content

Small GUI tool to convert your pictures into a colourful HTML

Notifications You must be signed in to change notification settings

ironsmile/ImageToHtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Small GUI tool to convert your pictures into a colourful HTML

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published