Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mrkpatchaa/8e7a6a60cc252bff4881c2c42a4e36d2 to your computer and use it in GitHub Desktop.
Save mrkpatchaa/8e7a6a60cc252bff4881c2c42a4e36d2 to your computer and use it in GitHub Desktop.

Revisions

  1. @gielcobben gielcobben revised this gist Jan 4, 2016. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions optimise-images-terminal.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    **JPG:** <br>
    $ `brew install jpegoptim`
    $ `find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;`
    $ `brew install jpegoptim` <br>
    $ `find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;` <br><br>

    **- PNG:**
    $ `brew install optipng`
    $ `find . -name "*.png" -exec optipng -o7 {} \;`
    **- PNG:** <br>
    $ `brew install optipng` <br>
    $ `find . -name "*.png" -exec optipng -o7 {} \;`
  2. @gielcobben gielcobben revised this gist Jan 4, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion optimise-images-terminal.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    **JPG:** \n
    **JPG:** <br>
    $ `brew install jpegoptim`
    $ `find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;`

  3. @gielcobben gielcobben revised this gist Jan 4, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion optimise-images-terminal.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    **JPG:**
    **JPG:** \n
    $ `brew install jpegoptim`
    $ `find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;`

  4. @gielcobben gielcobben revised this gist Jan 4, 2016. No changes.
  5. @gielcobben gielcobben revised this gist Jan 4, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions optimise-images-terminal.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    - JPG:
    **JPG:**
    $ `brew install jpegoptim`
    $ `find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;`

    - PNG:
    **- PNG:**
    $ `brew install optipng`
    $ `find . -name "*.png" -exec optipng -o7 {} \;`
  6. @gielcobben gielcobben revised this gist Jan 4, 2016. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions optimise-images-terminal.md
    Original 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 {} \;
    - JPG:
    $ `brew install jpegoptim`
    $ `find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;`

    # PNG:
    $ brew install optipng
    $ find . -name "*.png" -exec optipng -o7 {} \;
    - PNG:
    $ `brew install optipng`
    $ `find . -name "*.png" -exec optipng -o7 {} \;`
  7. @gielcobben gielcobben revised this gist Jan 4, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions optimise-images-terminal.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    JPG:
    # JPG:
    $ brew install jpegoptim
    $ find . -name "*.jpg" -exec jpegoptim -m80 -o -p --strip-all {} \;

    PNG:
    # PNG:
    $ brew install optipng
    $ find . -name "*.png" -exec optipng -o7 {} \;
  8. @gielcobben gielcobben renamed this gist Jan 4, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  9. @gielcobben gielcobben created this gist Jan 4, 2016.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original 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 {} \;