Loading resources/helpers.py +9 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,15 @@ def pic_to_tiled_tiff( source ) # pdftoppm adds .tif extension already... status = call( ["pdftoppm", "-singlefile", "-tiff", source, "-r", str(dpi), pdftoppm_dest] [ "pdftoppm", "-singlefile", "-tiff", source, "-r", str(dpi), pdftoppm_dest, ] ) else: status = call( Loading Loading
resources/helpers.py +9 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,15 @@ def pic_to_tiled_tiff( source ) # pdftoppm adds .tif extension already... status = call( ["pdftoppm", "-singlefile", "-tiff", source, "-r", str(dpi), pdftoppm_dest] [ "pdftoppm", "-singlefile", "-tiff", source, "-r", str(dpi), pdftoppm_dest, ] ) else: status = call( Loading