How to convert pixel into inch or mm??

J

Jean

Hi~ I'm new in this group. I'm a java developer.
I need to know how to convert pixel into inch or mm.
If you know the way, please help me~~
 
I

Ian Wilson

Jean said:
Hi~ I'm new in this group. I'm a java developer.
I need to know how to convert pixel into inch or mm.
If you know the way, please help me~~


"how to convert pixel into inch"

inches = pixels / ppi;


Maybe you really wanted to know
"how to find the display DPI setting?"

java.awt.Toolkit.getScreenResolution()
 
D

Daniel Pitts

Ian said:
"how to convert pixel into inch"

inches = pixels / ppi;


Maybe you really wanted to know
"how to find the display DPI setting?"

java.awt.Toolkit.getScreenResolution()

Hurray for incomplete and misleading answers!

Jean, A pixel isn't a specific size everywhere. It depends on the
medium in which your pixel is being displayed.

At 640x480 resolution on a 20inch monitor is going to have a lot fewer
pixels per inch than a 1024x768 resolution on a 15inch monitor. If you
can determine the number of pixels per inch (either ask the user
somewhere, or ask the rendering device if it knows, printers will,
graphics cards won't), then you have the answer right there!
 

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

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,690
Members
48,796
Latest member
Greg L.

Latest Threads

Top