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 details)
Built Distribution
File details
Details for the file image2html-0.0.6.tar.gz
.
File metadata
- Download URL: image2html-0.0.6.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb0833658723593ddd1dbf05f6de4330a19f9785d7ec53c013138532c15ff33a |
|
MD5 | 9d5b01900b9111e9a26143764fdf20c5 |
|
BLAKE2b-256 | e8d0a73d02d52dc180415ca770dbaf24119f1f9d396b30b971c79b17d9a51762 |
File details
Details for the file image2html-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: image2html-0.0.6-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c02fd481e7641bacbffc78c3fe960ff7044150057216e410d858b0bab9842576 |
|
MD5 | ec9ac62afc8aeeac195a0844688b6581 |
|
BLAKE2b-256 | 6a9d7d85c1804d5d11f723db160305ad78452a3b887a7580fdd927570ab948dd |