1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-13 16:26:17 +00:00

add webp output support (ignored for Kindle MOBI/EPUB and all PDF) (#1290)

* add webp output support (ignored for Kindle MOBI/EPUB)

* disable png extra optons by default

* pdf webp is not supported
This commit is contained in:
Alex Xu
2026-04-12 09:04:21 -07:00
committed by GitHub
parent 8f4072bfab
commit e4c918f0f3
6 changed files with 620 additions and 568 deletions
+1
View File
@@ -274,6 +274,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 for black and white images
--webp Replace JPG with lossy WEBP and PNG with lossless WEBP
--force-png-rgb Force color images to be saved as PNG
--pnglegacy Use a more compatible 8 bit PNG instead of 4 bit.
--noquantize Don't quantize PNG images to 16 colors