Display images with html file.
Project description
image2html
For quick viewing images via html file.
Install
You can install it from pip or source code.
-
pip
pip install image2html
-
source code
git clone https://github.com/ZQPei/image2html.git cd image2html python setup.py install # use sudo if necessary
Usage
-
make flist
# Get all the path of images in dir and save them to output file. make_flist [dir] [output] --keyword keyword1, keyword2 --ext ('.png', '.jpg') --recursive # for example make_flist demo_img_folder1 img_flist1.txt --keyword cmp cmp --ext ('.png', '.jpg')
-
image2html
# Display all the images with specified extension in demo/iimg_folder1. image2html --dirs demo/img_folder1 --output demo/demo_single.html # Note that if there are multiple dirs, the number of images shall be equal in each directory. image2html --dirs demo/img_folder1 demo/img_floder2 --output demo/demo_multiple.html # Then you will get demo_single.html and demo_multiple.html in demo folder.
-
Use a http server to view html file on browser.
# First build a http server build_server --port 8000 # Then open your browser with address http://your_ip_address:8000/home/pzq/github/image2html/demo/demo_multiple.html.
Example
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
image2html-0.0.6.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for image2html-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c02fd481e7641bacbffc78c3fe960ff7044150057216e410d858b0bab9842576 |
|
MD5 | ec9ac62afc8aeeac195a0844688b6581 |
|
BLAKE2b-256 | 6a9d7d85c1804d5d11f723db160305ad78452a3b887a7580fdd927570ab948dd |