Skip to content

phamhongviet/imageserver

 
 

Repository files navigation

Image Server

An image server toolkit in Go (Golang)

GoDoc Build Status codecov.io

Features

Examples

Demo

Click the images to see the URL parameters.

Normal

Resize

Options Result
width=200
(preserve aspect ratio)
height=200
(preserve aspect ratio)
width=200&height=200
(change aspect ratio)
width=200&height=200&mode=fit
(fit in 200x200)
width=200&height=200&mode=fill
(fill 200x200 and crop)

Gamma correction

Original Disabled Enabled
Dalai Gamma
Gray squares
Random
Rings

Resampling

Resampling Rings Large
Nearest neighbor
Box
Linear
Cubic
Lanczos

Quality

JPEG quality Result
5%
10%
50%

Convert (JPEG to GIF)

About

Image server toolkit in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%