Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akhenakh/gojpegoptim

An in memory jpegoptim chain toolkit for Go.
https://github.com/akhenakh/gojpegoptim

Last synced: 24 days ago
JSON representation

An in memory jpegoptim chain toolkit for Go.

Awesome Lists containing this project

README

        

gojpegoptim
===========

An in memory jpegoptim chain toolkit for Go.

jpegoptim is a widely used tool to optimize jpeg size, but must implementation are using disk as buffer which is annoying on a resize farm.
Here is an alternative using all in memory structs.

go get github.com/akhenakh/gojpegoptim

Roadmap
=======
* RGB struct to jpegbuffer gojpegoptim.Encode()

Thanks
======
Frank Denis
Dailymotion