Image Server
An image server toolkit in Go (Golang)
Features
- HTTP server
- Resize (GIFT, nfnt resize, Graphicsmagick)
- Rotate
- Crop
- Convert (JPEG, GIF (animated), PNG , BMP, TIFF, ...)
- Cache (groupcache, Redis, Memcache, in memory)
- Gamma correction
- Fully modular
Examples
Demos
These demos use the "advanced" example.
Click the images to see the URL parameters.
Resize
Rotate
Crop
Format: min_x,min_y, max_x,max_y
Animated GIF
Gamma correction (more info)
Resampling
Quality
Convert (JPEG to GIF)
Backward compatibility
There is no backward compatibility promises.
If you want to use it, vendor it.
It's always OK to change things to make things better.
The API is not 100% correct in the first commit.