Forked from gielcobben/optimise-images-terminal.md
Created
February 20, 2019 18:26
-
-
Save mrkpatchaa/8e7a6a60cc252bff4881c2c42a4e36d2 to your computer and use it in GitHub Desktop.
Revisions
-
gielcobben revised this gist
Jan 4, 2016 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ **JPG:** <br> $ `brew install jpegoptim` <br> $ `find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;` <br><br> **- PNG:** <br> $ `brew install optipng` <br> $ `find . -name "*.png" -exec optipng -o7 {} \;` -
gielcobben revised this gist
Jan 4, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ **JPG:** <br> $ `brew install jpegoptim` $ `find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;` -
gielcobben revised this gist
Jan 4, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ **JPG:** \n $ `brew install jpegoptim` $ `find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;` -
gielcobben revised this gist
Jan 4, 2016 . No changes.There are no files selected for viewing
-
gielcobben revised this gist
Jan 4, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ **JPG:** $ `brew install jpegoptim` $ `find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;` **- PNG:** $ `brew install optipng` $ `find . -name "*.png" -exec optipng -o7 {} \;` -
gielcobben revised this gist
Jan 4, 2016 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ - JPG: $ `brew install jpegoptim` $ `find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;` - PNG: $ `brew install optipng` $ `find . -name "*.png" -exec optipng -o7 {} \;` -
gielcobben revised this gist
Jan 4, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ # JPG: $ brew install jpegoptim $ find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \; # PNG: $ brew install optipng $ find . -name "*.png" -exec optipng -o7 {} \; -
gielcobben renamed this gist
Jan 4, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
gielcobben created this gist
Jan 4, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ JPG: $ brew install jpegoptim $ find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \; PNG: $ brew install optipng $ find . -name "*.png" -exec optipng -o7 {} \;