mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-24 15:52:38 +02:00
update readme
This commit is contained in:
parent
14be5a4ea3
commit
b10e9b1808
64
README.md
64
README.md
@ -89,6 +89,8 @@ The extensions can be: `jpg`, `jpeg`, `png`, `webp`, `tiff`.
|
|||||||
|
|
||||||
The case for extensions doesn't matter.
|
The case for extensions doesn't matter.
|
||||||
|
|
||||||
|
For the passthrough mode (format=copy), the supported extensions are: `jpg`, `jpeg`, `png`
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
## Convert directory
|
## Convert directory
|
||||||
@ -443,34 +445,34 @@ Output:
|
|||||||
Config:
|
Config:
|
||||||
-profile string (default "SR")
|
-profile string (default "SR")
|
||||||
Profile to use:
|
Profile to use:
|
||||||
- HR ( 2400x3840 ) - High Resolution
|
- KoAO - 1404 x 1872 - Kobo Aura ONE
|
||||||
- SR ( 1200x1920 ) - Standard Resolution
|
- KoF - 1440 x 1920 - Kobo Forma
|
||||||
- K1 ( 600x670 ) - Kindle 1
|
- KoE - 1404 x 1872 - Kobo Elipsa
|
||||||
- K11 ( 1072x1448 ) - Kindle 11
|
- KV - 1072 x 1448 - Kindle Paperwhite 3/4/Voyage/Oasis
|
||||||
- K2 ( 600x670 ) - Kindle 2
|
- KoG - 768 x 1024 - Kobo Glo
|
||||||
- K34 ( 600x800 ) - Kindle Keyboard/Touch
|
- KoA - 758 x 1024 - Kobo Aura
|
||||||
- K578 ( 600x800 ) - Kindle
|
- RM1 - 1404 x 1872 - reMarkable 1
|
||||||
- KDX ( 824x1000 ) - Kindle DX/DXG
|
- RM2 - 1404 x 1872 - reMarkable 2
|
||||||
- KPW ( 758x1024 ) - Kindle Paperwhite 1/2
|
- K1 - 600 x 670 - Kindle 1
|
||||||
- KV ( 1072x1448 ) - Kindle Paperwhite 3/4/Voyage/Oasis
|
- K11 - 1072 x 1448 - Kindle 11
|
||||||
- KPW5 ( 1236x1648 ) - Kindle Paperwhite 5/Signature Edition
|
- K2 - 600 x 670 - Kindle 2
|
||||||
- KO ( 1264x1680 ) - Kindle Oasis 2/3
|
- K34 - 600 x 800 - Kindle Keyboard/Touch
|
||||||
- KS ( 1860x2480 ) - Kindle Scribe
|
- KPW5 - 1236 x 1648 - Kindle Paperwhite 5/Signature Edition
|
||||||
- KoMT ( 600x800 ) - Kobo Mini/Touch
|
- KoAH2O - 1080 x 1430 - Kobo Aura H2O
|
||||||
- KoG ( 768x1024 ) - Kobo Glo
|
- KoN - 758 x 1024 - Kobo Nia
|
||||||
- KoGHD ( 1072x1448 ) - Kobo Glo HD
|
- KoL - 1264 x 1680 - Kobo Libra H2O/Kobo Libra 2
|
||||||
- KoA ( 758x1024 ) - Kobo Aura
|
- HR - 2400 x 3840 - High Resolution
|
||||||
- KoAHD ( 1080x1440 ) - Kobo Aura HD
|
- KO - 1264 x 1680 - Kindle Oasis 2/3
|
||||||
- KoAH2O ( 1080x1430 ) - Kobo Aura H2O
|
- KS - 1860 x 2480 - Kindle Scribe
|
||||||
- KoAO ( 1404x1872 ) - Kobo Aura ONE
|
- KoMT - 600 x 800 - Kobo Mini/Touch
|
||||||
- KoN ( 758x1024 ) - Kobo Nia
|
- KoAHD - 1080 x 1440 - Kobo Aura HD
|
||||||
- KoC ( 1072x1448 ) - Kobo Clara HD/Kobo Clara 2E
|
- KoC - 1072 x 1448 - Kobo Clara HD/Kobo Clara 2E
|
||||||
- KoL ( 1264x1680 ) - Kobo Libra H2O/Kobo Libra 2
|
- KoS - 1440 x 1920 - Kobo Sage
|
||||||
- KoF ( 1440x1920 ) - Kobo Forma
|
- SR - 1200 x 1920 - Standard Resolution
|
||||||
- KoS ( 1440x1920 ) - Kobo Sage
|
- K578 - 600 x 800 - Kindle
|
||||||
- KoE ( 1404x1872 ) - Kobo Elipsa
|
- KDX - 824 x 1000 - Kindle DX/DXG
|
||||||
- RM1 ( 1404x1872 ) - reMarkable 1
|
- KPW - 758 x 1024 - Kindle Paperwhite 1/2
|
||||||
- RM2 ( 1404x1872 ) - reMarkable 2
|
- KoGHD - 1072 x 1448 - Kobo Glo HD
|
||||||
-quality int (default 85)
|
-quality int (default 85)
|
||||||
Quality of the image
|
Quality of the image
|
||||||
-grayscale (default true)
|
-grayscale (default true)
|
||||||
@ -527,10 +529,10 @@ Config:
|
|||||||
Foreground color in hexadecimal format RGB. Black=000, White=FFF
|
Foreground color in hexadecimal format RGB. Black=000, White=FFF
|
||||||
-background-color string (default "FFF")
|
-background-color string (default "FFF")
|
||||||
Background color in hexadecimal format RGB. Black=000, White=FFF, Light Gray=DDD, Dark Gray=777
|
Background color in hexadecimal format RGB. Black=000, White=FFF, Light Gray=DDD, Dark Gray=777
|
||||||
-noresize
|
-resize (default true)
|
||||||
Do not reduce image size if exceed device size
|
Reduce image size if exceed device size
|
||||||
-format string (default "jpeg")
|
-format string (default "jpeg")
|
||||||
Format of output images: jpeg (lossy), png (lossless)
|
Format of output images: jpeg (lossy), png (lossless), copy (no processing)
|
||||||
-aspect-ratio float
|
-aspect-ratio float
|
||||||
Aspect ratio (height/width) of the output
|
Aspect ratio (height/width) of the output
|
||||||
-1 = same as device
|
-1 = same as device
|
||||||
|
Loading…
x
Reference in New Issue
Block a user