All Projects → jveldboom → docker-google-guetzli

jveldboom / docker-google-guetzli

Licence: other
Run Google's Guetzli through Docker

Projects that are alternatives of or similar to docker-google-guetzli

imagezero
Fast Lossless Color Image Compression Library
Stars: ✭ 49 (+188.24%)
Mutual labels:  image-compression
ImagePicker
Android library to choose image from gallery or camera with option to compress result image
Stars: ✭ 73 (+329.41%)
Mutual labels:  image-compression
TinyJPG
images jpg or jpeg compressed and watcher fsnotify
Stars: ✭ 73 (+329.41%)
Mutual labels:  image-compression
pyguetzli
Python bindings for Google's Guetzli, a JPEG encoder that optimises JPEG compression
Stars: ✭ 28 (+64.71%)
Mutual labels:  guetzli
autoencoder based image compression
Autoencoder based image compression: can the learning be quantization independent? https://arxiv.org/abs/1802.09371
Stars: ✭ 21 (+23.53%)
Mutual labels:  image-compression
js-image-compressor
A simple image compressor of javascript
Stars: ✭ 100 (+488.24%)
Mutual labels:  image-compression
nimPNG
PNG (Portable Network Graphics) decoder and encoder written in Nim
Stars: ✭ 81 (+376.47%)
Mutual labels:  image-compression
Deep-Image-Compression-Video-Coding
Recent papers and codes related to deep learning/deep neural network based image compression and video coding framework.
Stars: ✭ 69 (+305.88%)
Mutual labels:  image-compression
docker-imgproxy
🌐 An ultra fast, production-grade on-the-fly image processing web server. Designed for high throughput with Nginx caching. Powered by imgproxy.
Stars: ✭ 45 (+164.71%)
Mutual labels:  image-compression
svd-image-compression-demo
Demonstration of low rank matrix approximations via singular value decomposition
Stars: ✭ 23 (+35.29%)
Mutual labels:  image-compression
api
docs.nekos.moe/
Stars: ✭ 31 (+82.35%)
Mutual labels:  image-compression
qoix
Elixir implementation of the Quite OK Image format
Stars: ✭ 18 (+5.88%)
Mutual labels:  image-compression
frontend-image-encode
This is script and implementation of frontend image compression, convert, rotate, resize based on codecs in Google/Squoosh. All codecs are copy from the Squoosh repo without modifying. if you want to pre-process images before uploading them to the server, please use this repo for reference
Stars: ✭ 51 (+200%)
Mutual labels:  image-compression
zImageOptimizer
Simple image optimizer for JPEG, PNG and GIF images on Linux, MacOS and FreeBSD.
Stars: ✭ 108 (+535.29%)
Mutual labels:  image-compression
gulp-webpack-boilerplate
A good foundation for your next frontend project.
Stars: ✭ 56 (+229.41%)
Mutual labels:  guetzli
image-optimizer
A free and open source tool for optimizing images and vector graphics.
Stars: ✭ 740 (+4252.94%)
Mutual labels:  image-compression
CAE-ADMM
CAE-ADMM: Implicit Bitrate Optimization via ADMM-Based Pruning in Compressive Autoencoders
Stars: ✭ 34 (+100%)
Mutual labels:  image-compression
oc-imageresizer-plugin
October CMS Plugin to resize and compress images
Stars: ✭ 44 (+158.82%)
Mutual labels:  image-compression
node-flif
A Node wrapper for the FLIF executable
Stars: ✭ 43 (+152.94%)
Mutual labels:  image-compression
neural-imaging
[CVPR'19, ICLR'20] A Python toolbox for modeling and optimization of photo acquisition & distribution pipelines (camera ISP, compression, forensics, manipulation detection)
Stars: ✭ 109 (+541.18%)
Mutual labels:  image-compression

Docker Google's Guetzli

Run Google's Guetzli within Docker.

Visit https://github.com/google/guetzli for Guetzli's full documentation

Run

  • docker run --rm -v $(PWD):/tmp jveldboom/google-guetzli input.jpg output.jpg

Run Examples

  • docker run --rm -v $(PWD):/tmp jveldboom/google-guetzli --quality 85 ./samples/bees.png ./samples/bees-out.png
Original Processed with 85%
Original
177 KB
Original
22 KB
Original
219 KB
Original
103 KB

TODO

  • Reduce container image size. Likely do not need full Ubuntu image
  • Add to Docker Hub for easier installation
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].