A lightweight web service for generating image previews, built with Go. Easily creates scaled previews of JPEG images through a simple REST API.
make build-imgmake run-imgThe image previewer is running in localhost on port 8080.
In browser go to http://<SERVICE_HOST>:<SERVICE_PORT>/preview/<PREVIEW_WIDTH>/<PREVIEW_HEIGHT>/<LINK_TO_ORIGINAL_IMAGE>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.
