Skip to content

webuilder/image-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A common image server, support the zoom operation of image.

Resources

License

Stars

Watchers

Forks

Packages

No packages published