mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
Fixed review comments
This commit is contained in:
parent
67157a1a35
commit
24d8cd1268
@ -449,7 +449,7 @@ Config:
|
||||
- KoF ( 1440x1920 ) - Kobo Forma
|
||||
- KoS ( 1440x1920 ) - Kobo Sage
|
||||
- KoE ( 1404x1872 ) - Kobo Elipsa
|
||||
- RM ( 1404x1872 ) - reMarkable 2
|
||||
- RM ( 1404x1872 ) - reMarkable 2
|
||||
-quality int (default 85)
|
||||
Quality of the image
|
||||
-grayscale (default true)
|
||||
|
@ -49,6 +49,7 @@ func New() Profiles {
|
||||
{"KoF", "Kobo Forma", 1440, 1920},
|
||||
{"KoS", "Kobo Sage", 1440, 1920},
|
||||
{"KoE", "Kobo Elipsa", 1404, 1872},
|
||||
// reMarkable
|
||||
{"RM2", "reMarkable 2", 1404, 1872},
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user