Modify ↓
Opened 12 years ago
Last modified 12 years ago
#10358 assigned defect
Resolution of image after convert is horrid
Reported by: | anonymous | Owned by: | ursaw |
---|---|---|---|
Priority: | low | Component: | PdfImagePlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
The resulting png file produced is of very low quality. I recommend a modification adding -density 300 or a configurable density before input pdf path & name. The default convert uses produces a very ugly and almost illegible png.
Attachments (0)
Change History (1)
comment:1 Changed 12 years ago by
Priority: | high → low |
---|---|
Severity: | major → minor |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
The Dimension of teh resulting PNG is set bei the Plugin option "width". This option gives you the width of the image in pixel. The idea is to have small thumbs only as a preview.
I have no idea how to combine density with resize, this gives no effect for me:
After setting your loglevel to debug, you'll get an output like this.
Can you please tell me how to combine these parameters to see an affect?