Merge 67157a1a35322d606c7fcb6bfc451368e4679953 into 9bcbb44c0761726957bcd4f254d32eb4eb6d900a

This commit is contained in:
Locutus 2023-07-25 21:23:49 +03:00 committed by GitHub
commit 539c7d494e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -449,6 +449,7 @@ Config:
- KoF ( 1440x1920 ) - Kobo Forma - KoF ( 1440x1920 ) - Kobo Forma
- KoS ( 1440x1920 ) - Kobo Sage - KoS ( 1440x1920 ) - Kobo Sage
- KoE ( 1404x1872 ) - Kobo Elipsa - KoE ( 1404x1872 ) - Kobo Elipsa
- RM ( 1404x1872 ) - reMarkable 2
-quality int (default 85) -quality int (default 85)
Quality of the image Quality of the image
-grayscale (default true) -grayscale (default true)

View File

@ -49,6 +49,7 @@ func New() Profiles {
{"KoF", "Kobo Forma", 1440, 1920}, {"KoF", "Kobo Forma", 1440, 1920},
{"KoS", "Kobo Sage", 1440, 1920}, {"KoS", "Kobo Sage", 1440, 1920},
{"KoE", "Kobo Elipsa", 1404, 1872}, {"KoE", "Kobo Elipsa", 1404, 1872},
{"RM2", "reMarkable 2", 1404, 1872},
} }
} }