added arg to magick

This commit is contained in:
v3natio 2024-09-25 18:38:23 +02:00
parent 5b66192332
commit 40811e3ea9

View file

@ -23,6 +23,7 @@ function M:preload()
"-density", "-density",
"200", "200",
tostring(self.file.url), tostring(self.file.url),
"-flatten",
"-resize", "-resize",
string.format("%dx%d^", PREVIEW.max_width, PREVIEW.max_height), string.format("%dx%d^", PREVIEW.max_width, PREVIEW.max_height),
"-quality", "-quality",