Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
celogeek committed Sep 23, 2023
1 parent 21cbde1 commit cd73416
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ EPUB is now support by Amazon through [SendToKindle](https://www.amazon.com/gp/s
- Auto contrast
- Auto rotate (if reader mainly read on portrait)
- Auto split double page (for easy read on portrait)
- Keep double page if splitted
- Remove blank image (empty image is removed)
- Manga or Normal mode
- Support cover page or not (first page will be taken in that case)
Expand Down Expand Up @@ -149,6 +150,7 @@ Options:
AutoContrast : true
AutoRotate : false
AutoSplitDoublePage : false
KeepDoublePageIfSplitted : true
NoBlankImage : true
Manga : true
HasCover : true
Expand Down Expand Up @@ -195,6 +197,7 @@ Options:
AutoContrast : true
AutoRotate : false
AutoSplitDoublePage : false
KeepDoublePageIfSplitted : true
NoBlankImage : true
Manga : true
HasCover : true
Expand Down Expand Up @@ -251,6 +254,7 @@ Options:
AutoContrast : false
AutoRotate : false
AutoSplitDoublePage : false
KeepDoublePageIfSplitted : true
NoBlankImage : true
Manga : false
HasCover : true
Expand Down Expand Up @@ -281,6 +285,7 @@ Options:
AutoContrast : true
AutoRotate : true
AutoSplitDoublePage : true
KeepDoublePageIfSplitted : true
NoBlankImage : true
Manga : true
HasCover : true
Expand Down Expand Up @@ -312,6 +317,7 @@ Options:
AutoContrast : true
AutoRotate : true
AutoSplitDoublePage : true
KeepDoublePageIfSplitted : true
NoBlankImage : true
Manga : false
HasCover : true
Expand Down Expand Up @@ -346,6 +352,7 @@ Options:
AutoContrast : false
AutoRotate : false
AutoSplitDoublePage : false
KeepDoublePageIfSplitted : true
NoBlankImage : true
Manga : false
HasCover : true
Expand Down Expand Up @@ -380,6 +387,7 @@ Options:
AutoContrast : true
AutoRotate : false
AutoSplitDoublePage : false
KeepDoublePageIfSplitted : true
NoBlankImage : true
Manga : true
HasCover : true
Expand Down Expand Up @@ -422,7 +430,7 @@ Output:
Config:
-profile string (default "SR")
Profile to use:
Profile to use:
- HR ( 2400x3840 ) - High Resolution
- SR ( 1200x1920 ) - Standard Resolution
- K1 ( 600x670 ) - Kindle 1
Expand Down Expand Up @@ -480,6 +488,8 @@ Config:
Auto Rotate page when width > height
-autosplitdoublepage
Auto Split double page when width > height
-keepdoublepageifsplitted (default true)
Keep the double page if splitted
-noblankimage (default true)
Remove blank image
-manga
Expand Down

0 comments on commit cd73416

Please sign in to comment.