From 0c40b230dc8993c3e7423313ee13665ede508818 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Wed, 3 Jul 2024 10:35:23 +0200 Subject: [PATCH] chore(libreoffice): fix wrong comment on quality option --- pkg/modules/libreoffice/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/modules/libreoffice/api/api.go b/pkg/modules/libreoffice/api/api.go index f3c05e2d..dd639100 100644 --- a/pkg/modules/libreoffice/api/api.go +++ b/pkg/modules/libreoffice/api/api.go @@ -116,7 +116,7 @@ type Options struct { LosslessImageCompression bool // Quality specifies the quality of the JPG export. A higher value produces - // a higher-quality image and a larger file. Between 1 and 90. + // a higher-quality image and a larger file. Between 1 and 100. Quality int // ReduceImageResolution specifies if the resolution of each image is