Skip to content

Commit

Permalink
- Scale filter set to nearest (instead of lanczos)
Browse files Browse the repository at this point in the history
- Use default number of steps (or else some sticker fail to compress)
  • Loading branch information
laggykiller committed Jan 4, 2024
1 parent fb58e51 commit 8395e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def generate_pack(sticker_paths: list, pack: str, export_type: str, fmt: str) ->
'--author', 'LIHKG_unofficial',
f'--title', pack_name,
f'--export-{export_type}',
'--steps', '2',
'--scale-filter', 'nearest',
'--no-confirm'
]

Expand Down

0 comments on commit 8395e93

Please sign in to comment.