hoenirvili / ImageCompress

A simple image compressor service written in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageCompress

Build Status

A simple image compression service written in Go.

gopher image

About

This service is based on 3 apis.

Imgur api and ImageShack api where you can select what image to compress by passing the link to the service the image will be sent after to TinyPNG for compression.

Format

For now the service supports JPG and PNG formats.

Sizes in bytes.

└───> stat CFzq6zN.jpg
	File: 'CFzq6zN.jpg'
	Size: 152015    	Blocks: 312        IO Block: 4096   regular file

└───> stat CFzq6zNCompressed.jpg
	File: 'CFzq6zNCompressed.jpg'
	Size: 72360     	Blocks: 144        IO Block: 4096   regular file

License

Apache License Version 2.0

About

A simple image compressor service written in golang.

License:Apache License 2.0


Languages

Language:Go 97.9%Language:Makefile 1.2%Language:Shell 0.9%