Compare commits

...

2 Commits

Author SHA1 Message Date
Locutus
fb9d2dab78
Merge 24d8cd1268050e00ee88917f7cc95ccddc0b5de4 into 9bcbb44c0761726957bcd4f254d32eb4eb6d900a 2023-07-27 20:36:46 +03:00
Locutus
24d8cd1268 Fixed review comments 2023-07-27 20:33:32 +03:00
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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},
}
}