ysugimoto / aws-lambda-image

Automatic image resize/reduce on AWS Lambda
MIT License
823 stars 220 forks source link

Perceptual JPEG encoder #124

Open robertoamoreno opened 7 years ago

robertoamoreno commented 7 years ago

Implement https://github.com/google/guetzli

kdybicz commented 7 years ago

Feel free to create a Pull Request :)

gerrypower commented 6 years ago

Our testing with Guetzli showed large increased memory and CPU requirements. While it does what it says on the tin, it doesn't come for free. Suggest if someone does do a pull request, it's a configurable option.