Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

aantthony/image-resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-resizer

Image resizing service written in Go

Install

go get github.com/nfnt/resize
go get github.com/rwcarlsen/goexif/exif
go build ws.go
./ws

Usage

URL Format:

http://localhost:8090/{{width}}x{{height}}.jpg/{{original}}

Example:

http://localhost:8090/48x48.jpg/lorempixel.com/output/city-q-c-640-480-10.jpg

About

Image resizing service written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages