Last active
January 4, 2018 03:30
-
-
Save joncutrer/98d1f869254cd92f78185a2488dea64c to your computer and use it in GitHub Desktop.
Estimate guetzli processing time and memory requirements for a given image file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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