Skip to content

Commit c648555

Browse files
authored
gif2webp is lossless by default
1 parent 309a3bd commit c648555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/optimize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Optimize gif images
2626
run: >
2727
find pages/ -iname "*.gif" -print0
28-
| parallel -0 'gif2webp -lossless -q 100 {} -o {.}.webp && rm {} || echo "::warning::Skipped optimizing {}"'
28+
| parallel -0 'gif2webp -min_size -q 100 {} -o {.}.webp && rm {} || echo "::warning::Skipped optimizing {}"'
2929
3030
- name: Optimize text
3131
run: |

0 commit comments

Comments
 (0)