Skip to main content

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.

  1. pip

    pip install image2html
    
  2. source code

    git clone https://github.com/ZQPei/image2html.git
    cd image2html
    python setup.py install # use sudo if necessary
    

Usage

  1. 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')
    
  2. 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.
    
  3. 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

demo1 demo1

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)

Uploaded Source

Built Distribution

image2html-0.0.6-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

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

Hashes for image2html-0.0.6.tar.gz
Algorithm Hash digest
SHA256 bb0833658723593ddd1dbf05f6de4330a19f9785d7ec53c013138532c15ff33a
MD5 9d5b01900b9111e9a26143764fdf20c5
BLAKE2b-256 e8d0a73d02d52dc180415ca770dbaf24119f1f9d396b30b971c79b17d9a51762

See more details on using hashes here.

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

Hashes for image2html-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 c02fd481e7641bacbffc78c3fe960ff7044150057216e410d858b0bab9842576
MD5 ec9ac62afc8aeeac195a0844688b6581
BLAKE2b-256 6a9d7d85c1804d5d11f723db160305ad78452a3b887a7580fdd927570ab948dd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page