From 24d8cd1268050e00ee88917f7cc95ccddc0b5de4 Mon Sep 17 00:00:00 2001 From: Locutus Date: Thu, 27 Jul 2023 20:33:32 +0300 Subject: [PATCH] Fixed review comments --- README.md | 2 +- internal/converter/profiles/converter_profiles.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 923711b..292829d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/internal/converter/profiles/converter_profiles.go b/internal/converter/profiles/converter_profiles.go index cc798b0..560e6bf 100644 --- a/internal/converter/profiles/converter_profiles.go +++ b/internal/converter/profiles/converter_profiles.go @@ -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}, } }