Printing fine lines

  • Thread starter Thread starter Tosch
  • Start date Start date
T

Tosch

I have to print some rectangular graphics. When drawing lines I can't
seem to make them very fine. Even if I set the pen width to say .1 the
width of the line is the same as if the pen width is 1.
 
I have to print some rectangular graphics. When drawing lines I can't
seem to make them very fine. Even if I set the pen width to say .1 the
width of the line is the same as if the pen width is 1.

A pixel is the smallest possible element. You cannot draw anything smaller.
You need to decrease the printed size of your pixels, which means increasing
the resolution.
You can compare it to making a mosaic from tiles: to get finer detail you
have to use smaller tiles; covering the same area will mean using more of
those smaller tiles.

Andrew
 
Can you give me an example on how to increase the resolution?
Thanks.
Tosch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top