Sign inSign up

webuilder/image-server

By webuilder

Updated almost 8 years ago

A very simple Image Server, powered by java.

Image
0

602

webuilder/image-server repository overview

Image Server

A very simple dynamic image server by java, support zoom operation.

Requirements

The only requirement is Java 8.

Build

mvn package

Run

java -jar image-server-x.y.z.jar --image-server.master-storage.file.path=/path/to/original_images --image-server.thumbnail-storage.file.path=/path/to/zoomed_images 

Use it

Then, access http://localhost:8080/upload try to upload a image, it will give you a fileId.

You can use this fileId to access image.

Suppose your fileId is 2017/05/01/6f7b3e2c-27c6-4e04-8c13-25ce4d415c50.jpg

Try to access:

Tag summary

Content type

Image

Digest

Size

68.7 MB

Last updated

almost 8 years ago

docker pull webuilder/image-server