Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Support appropriate sorting for long documents
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Feb 17, 2016
1 parent 46f8f49 commit 6f95b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documents/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def _get_greyscale(self, tempdir, doc):
Log.COMPONENT_CONSUMER
)

png = os.path.join(tempdir, "convert.png")
png = os.path.join(tempdir, "convert-%04d.jpg")

subprocess.Popen((
self.CONVERT, "-density", "300", "-depth", "8",
Expand Down

0 comments on commit 6f95b05

Please sign in to comment.