dymon
dymon copied to clipboard
Question about paper size 57mm x 32mm
Hi,
Thanks for this app.
I have Dymo LabelWriter Wireless and I want to print label of size 57mm width x 32mm height with dymon_pbm
.
Unfortunately I cannot convert it properly.
If I take resolution from paper_size.md 675x750
or 651x678
. It prints some "blur" effect.
The closest effect I could print successfully is:
convert -resize 592x272 -extent 592x272 -gravity center test.png test.pbm
It prints 32mm witdh and 24mm height. I'd like to fill whole label. Do you know how to achieve that?
Printer spec says it has 600 x 300dpi resolution. (if first is width, then it has 600dpi width resolution?)