Skip to content

Instantly share code, notes, and snippets.

@skounis
Created January 29, 2016 12:43

Revisions

  1. skounis created this gist Jan 29, 2016.
    2 changes: 2 additions & 0 deletions tiff2jpeg.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    #!/bin/bash
    for i in *.tiff; do sips -s format jpeg $i --out $i.jpg;done