Skip to content

Commit

Permalink
Tilegeneration: Try -fix on optipng
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 20, 2024
1 parent e1bf7fd commit 232004d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tilegeneration/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ ${DISABLE_LOCAL} admin_path: tiles/admin

process:
optipng_test:
- cmd: optipng -o7 -simulate %(in)s
- cmd: optipng -fix -o7 -simulate %(in)s
optipng:
- cmd: optipng %(args)s -zc9 -zm8 -zs3 -f5 %(in)s
- cmd: optipng %(args)s -fix -zc9 -zm8 -zs3 -f5 %(in)s
arg:
default: '-q'
quiet: '-q'
Expand Down

0 comments on commit 232004d

Please sign in to comment.