Skip to content

Commit

Permalink
increase pngquant quality range
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P.C. McQuen committed Jan 2, 2015
1 parent e8d8213 commit 0f8cb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgult
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ done

grep -i 'png$' imgult-files.txt | while read IMGULT_FILE; do
optipng $EXTRAOPTIPNARGS "$IMGULT_FILE"
pngquant --quality=70-99 -f -v --skip-if-larger -o "$IMGULT_FILE" -- "$IMGULT_FILE"
pngquant --quality=75-100 -f -v --skip-if-larger -o "$IMGULT_FILE" -- "$IMGULT_FILE"
done

## -b keeps the filename, -O3 uses highest optimization level
Expand Down

0 comments on commit 0f8cb92

Please sign in to comment.