1
0
mirror of https://github.com/ciromattia/kcc synced 2026-04-19 15:38:50 +00:00

add PNG legacy option (#1271)

This commit is contained in:
Alex Xu
2026-03-13 21:45:05 -07:00
committed by GitHub
parent 3a9d4f274d
commit 249f823f01
5 changed files with 502 additions and 474 deletions

View File

@@ -273,6 +273,7 @@ PROCESSING:
--coverfill Center-crop only the cover to fill target device screen
--forcecolor Don't convert images to grayscale
--forcepng Create PNG files instead JPEG
--pnglegacy Use a more compatible 8 bit PNG instead of 4 bit.
--noquantize Don't quantize PNG images to 16 colors
--mozjpeg Create JPEG files using mozJpeg
--jpeg-quality The JPEG quality, on a scale from 0 (worst) to 95 (best). Default 85 for most devices.