Strip the thumbnails

This commit is contained in:
Stéphane Brunner 2019-03-17 16:37:47 +01:00
parent 7a9d985240
commit daca77cc1b

View File

@ -53,6 +53,7 @@ class RasterisedDocumentParser(DocumentParser):
self.CONVERT,
"-scale", "500x5000",
"-alpha", "remove",
"-strip", "-trim",
"{}[0]".format(self.document_path),
out_path
)
@ -77,6 +78,7 @@ class RasterisedDocumentParser(DocumentParser):
self.CONVERT,
"-scale", "500x5000",
"-alpha", "remove",
"-strip", "-trim",
gs_out_path,
out_path
)