Giter Site home page Giter Site logo

implor's Introduction

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

implor's People

Contributors

wanji avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.