Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@joncutrer
Last active January 4, 2018 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joncutrer/98d1f869254cd92f78185a2488dea64c to your computer and use it in GitHub Desktop.
Save joncutrer/98d1f869254cd92f78185a2488dea64c to your computer and use it in GitHub Desktop.
Estimate guetzli processing time and memory requirements for a given image file
#!/bin/sh
# Inspect a jpg|png image and provide an estimate of processing time and memory requirements
# to compress the image with guetzli
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment