介绍
img2html,将图片转成HTML格式。
用HTML来画图。
效果
原始图片
转成HTML后的效果(压缩1倍后的效果--主意:请查看html源码,这边没有src图片属性,全是通过html代码渲染)
使用
1 ./img2html.py
2 Usage: img2html.py [options] image
3
4 Options:
5 -h, --help show this help message and exit
6 -c float, --compress=float
7 specify the compress value (0, 1)
8 -o OUT, --out=OUT specify the output file
例如:
./img2html.py -c 0.5 -o newimage.html head.jpg