Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/akhenakh/gojpegoptim
- Owner: akhenakh
- License: mit
- Created: 2014-02-10T18:40:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T10:55:33.000Z (over 10 years ago)
- Last Synced: 2024-06-19T06:48:24.349Z (5 months ago)
- Language: C
- Size: 374 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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