update readme

This commit is contained in:
Celogeek 2023-09-23 09:55:44 +02:00
parent 21cbde14bc
commit cd73416a5c
Signed by: celogeek
SSH Key Fingerprint: SHA256:DEDfxIK2nUWXbslbRkww3zsauDjhWHlTXar+ak4lDJ4

View File

@ -16,6 +16,7 @@ EPUB is now support by Amazon through [SendToKindle](https://www.amazon.com/gp/s
- Auto contrast - Auto contrast
- Auto rotate (if reader mainly read on portrait) - Auto rotate (if reader mainly read on portrait)
- Auto split double page (for easy read on portrait) - Auto split double page (for easy read on portrait)
- Keep double page if splitted
- Remove blank image (empty image is removed) - Remove blank image (empty image is removed)
- Manga or Normal mode - Manga or Normal mode
- Support cover page or not (first page will be taken in that case) - Support cover page or not (first page will be taken in that case)
@ -149,6 +150,7 @@ Options:
AutoContrast : true AutoContrast : true
AutoRotate : false AutoRotate : false
AutoSplitDoublePage : false AutoSplitDoublePage : false
KeepDoublePageIfSplitted : true
NoBlankImage : true NoBlankImage : true
Manga : true Manga : true
HasCover : true HasCover : true
@ -195,6 +197,7 @@ Options:
AutoContrast : true AutoContrast : true
AutoRotate : false AutoRotate : false
AutoSplitDoublePage : false AutoSplitDoublePage : false
KeepDoublePageIfSplitted : true
NoBlankImage : true NoBlankImage : true
Manga : true Manga : true
HasCover : true HasCover : true
@ -251,6 +254,7 @@ Options:
AutoContrast : false AutoContrast : false
AutoRotate : false AutoRotate : false
AutoSplitDoublePage : false AutoSplitDoublePage : false
KeepDoublePageIfSplitted : true
NoBlankImage : true NoBlankImage : true
Manga : false Manga : false
HasCover : true HasCover : true
@ -281,6 +285,7 @@ Options:
AutoContrast : true AutoContrast : true
AutoRotate : true AutoRotate : true
AutoSplitDoublePage : true AutoSplitDoublePage : true
KeepDoublePageIfSplitted : true
NoBlankImage : true NoBlankImage : true
Manga : true Manga : true
HasCover : true HasCover : true
@ -312,6 +317,7 @@ Options:
AutoContrast : true AutoContrast : true
AutoRotate : true AutoRotate : true
AutoSplitDoublePage : true AutoSplitDoublePage : true
KeepDoublePageIfSplitted : true
NoBlankImage : true NoBlankImage : true
Manga : false Manga : false
HasCover : true HasCover : true
@ -346,6 +352,7 @@ Options:
AutoContrast : false AutoContrast : false
AutoRotate : false AutoRotate : false
AutoSplitDoublePage : false AutoSplitDoublePage : false
KeepDoublePageIfSplitted : true
NoBlankImage : true NoBlankImage : true
Manga : false Manga : false
HasCover : true HasCover : true
@ -380,6 +387,7 @@ Options:
AutoContrast : true AutoContrast : true
AutoRotate : false AutoRotate : false
AutoSplitDoublePage : false AutoSplitDoublePage : false
KeepDoublePageIfSplitted : true
NoBlankImage : true NoBlankImage : true
Manga : true Manga : true
HasCover : true HasCover : true
@ -422,7 +430,7 @@ Output:
Config: Config:
-profile string (default "SR") -profile string (default "SR")
Profile to use: Profile to use:
- HR ( 2400x3840 ) - High Resolution - HR ( 2400x3840 ) - High Resolution
- SR ( 1200x1920 ) - Standard Resolution - SR ( 1200x1920 ) - Standard Resolution
- K1 ( 600x670 ) - Kindle 1 - K1 ( 600x670 ) - Kindle 1
@ -480,6 +488,8 @@ Config:
Auto Rotate page when width > height Auto Rotate page when width > height
-autosplitdoublepage -autosplitdoublepage
Auto Split double page when width > height Auto Split double page when width > height
-keepdoublepageifsplitted (default true)
Keep the double page if splitted
-noblankimage (default true) -noblankimage (default true)
Remove blank image Remove blank image
-manga -manga