Skip to content

Commit

Permalink
more commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P.C. McQuen committed Jan 1, 2015
1 parent e5d9b67 commit ea2003d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions imgult
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@
## (slackware already has jpegtran,
## although it will check for the mozjpeg version)

## prepend imgult on the command line with
## BACKUPIMAGES=true (to back everything up)
## EXIFREMOVE=n (to keep EXIF data)
BACKUPIMAGES=${BACKUPIMAGES:-false}
EXIFREMOVE=${EXIFREMOVE:-true}

## fancy syntax thanks to B. Watson
OPTLEVEL=${1:-90}

if [ "$EXIFREMOVE" = "true" ]; then
Expand Down

0 comments on commit ea2003d

Please sign in to comment.