From 5c2383ce97b41a05ff2f08647aeab9526836d618 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Mon, 15 Jul 2024 00:23:13 +0200 Subject: [PATCH] Increased img density. Signed-off-by: Pavel Kirilin <win10@list.ru> --- autotex/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotex/__main__.py b/autotex/__main__.py index 0c27501..a064e87 100644 --- a/autotex/__main__.py +++ b/autotex/__main__.py @@ -78,7 +78,7 @@ async def send_latex(message: types.Message) -> None: magick_bin, # type: ignore "convert", "-density", - "250", + "300", f"{name}.pdf", "-quality", "100", -- GitLab