Skip to main content

Image Explorer

Project description

implor - Image Explorer

Suppose you have images under ./images, you can start the image server via:

run_implor -p 8080 -d ./images

Then you can explorer the image folder via:

http://0.0.0.0:8080

There are some GET opts

w: image width
h: image height
n: images per page
s: show the s-th ~ (s+n-1)-th images 

Example:

http://0.0.0.0:8080?s=4&n=4&w=1024

This will show the 4th~7th images with width=1024;

Alternatively, you can put images under sub-directory, suppose you have directory structure like this:

images/
├── imgs001
│   ├── 0000.jpg
│   └── 0001.jpg
└── imgs002

after starting the image server via run_implor -p 8080 -d ./images, you can access images from images/imgs001 by

http://0.0.0.0:8080/imgs001?s=4&n=4&w=1024

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

implor-0.4.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distributions

implor-0.4.2-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

implor-0.4.2-py2-none-any.whl (8.1 kB view hashes)

Uploaded Python 2

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