diff --git a/latex_templates/fastgraphics.lua b/latex_templates/fastgraphics.lua index 921357f..48c3aa0 100644 --- a/latex_templates/fastgraphics.lua +++ b/latex_templates/fastgraphics.lua @@ -90,7 +90,7 @@ local function fastincludegraphics(draft, paths, optional, filename) if not exists(path_lowres) then local p = assert(io.popen(string.format( - "convert '%s' -resize 5%% '%s'", + "convert '%s' -resize 200 '%s'", filepath, path_lowres))) p:read('*all')