A very simple Image Server, powered by java.
602
A very simple dynamic image server by java, support zoom operation.
The only requirement is Java 8.
mvn package
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
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:
Content type
Image
Digest
Size
68.7 MB
Last updated
almost 8 years ago
docker pull webuilder/image-server