Welcome to GraphicForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How come when I measure then screen, an inch is not an inch?

 
   Graphic Forums (Home) -> General Discussions RSS
Next:  Multiple images on one canvas  
Author Message
Ron

External


Since: Dec 01, 2005
Posts: 6



(Msg. 1) Posted: Fri Jun 23, 2006 8:27 pm
Post subject: How come when I measure then screen, an inch is not an inch?
Archived from groups: alt>graphics>illustrator (more info?)

I'm sitting here trying to develope an eps-friendly application and I'm
having trouble with the resolution. Why does Illustrator and Photoshop
at 100% show inches that are not real inches on my screen? I'm
programming in Java, and it tells me that an inch is an inch; that is,
in my graphics program, the ruler is true on the screen. What's going
on here?

Ron

 >> Stay informed about: How come when I measure then screen, an inch is not an inch? 
Back to top
Login to vote
Ron

External


Since: Dec 01, 2005
Posts: 6



(Msg. 2) Posted: Fri Jun 23, 2006 9:34 pm
Post subject: Re: How come when I measure then screen, an inch is not an inch? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I don't know. It seems to me that Java is telling me the true inch.

Doug Winger wrote:
> In article <1151119625.563717.155530 DeleteThis @i40g2000cwc.googlegroups.com>,
> "Ron" <roninabox DeleteThis @gmail.com> wrote:
>
> > I'm sitting here trying to develope an eps-friendly application and I'm
> > having trouble with the resolution. Why does Illustrator and Photoshop
> > at 100% show inches that are not real inches on my screen? I'm
> > programming in Java, and it tells me that an inch is an inch; that is,
> > in my graphics program, the ruler is true on the screen. What's going
> > on here?
> >
> > Ron
>
> Screen resolution, most likely. Most Adobe graphics programs use the
> "traditional" 72 DPI = 72 points/6 pica = 72 pixels per inch on screen
> (the DTP points, that is) for WYSIWYG display. If you're using some
> other display resolution, the system obligingly scales the application's
> output to fit that one point per pixel scheme as best it can.
>
> I imagine what you're seeing is the Java framework being aware of
> display dimensions and resolution idiosyncrasies and taking them into
> account when display time comes around. It is supposedly more a system
> API rather than an application, so has a much more cozy relationship
> with the OS.
>
> Of course, I could be wrong. Smile
>
>
>
> - Doug

 >> Stay informed about: How come when I measure then screen, an inch is not an inch? 
Back to top
Login to vote
Doug Winger

External


Since: Apr 12, 2005
Posts: 36



(Msg. 3) Posted: Sat Jun 24, 2006 1:55 am
Post subject: Re: How come when I measure then screen, an inch is not an inch? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <1151119625.563717.155530.DeleteThis@i40g2000cwc.googlegroups.com>,
"Ron" <roninabox.DeleteThis@gmail.com> wrote:

> I'm sitting here trying to develope an eps-friendly application and I'm
> having trouble with the resolution. Why does Illustrator and Photoshop
> at 100% show inches that are not real inches on my screen? I'm
> programming in Java, and it tells me that an inch is an inch; that is,
> in my graphics program, the ruler is true on the screen. What's going
> on here?
>
> Ron

Screen resolution, most likely. Most Adobe graphics programs use the
"traditional" 72 DPI = 72 points/6 pica = 72 pixels per inch on screen
(the DTP points, that is) for WYSIWYG display. If you're using some
other display resolution, the system obligingly scales the application's
output to fit that one point per pixel scheme as best it can.

I imagine what you're seeing is the Java framework being aware of
display dimensions and resolution idiosyncrasies and taking them into
account when display time comes around. It is supposedly more a system
API rather than an application, so has a much more cozy relationship
with the OS.

Of course, I could be wrong. Smile



- Doug
 >> Stay informed about: How come when I measure then screen, an inch is not an inch? 
Back to top
Login to vote
CMP

External


Since: Apr 04, 2006
Posts: 16



(Msg. 4) Posted: Sat Jun 24, 2006 1:55 am
Post subject: Re: How come when I measure then screen, an inch is not an inch? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <justdoug-D279B8.21120423062006.DeleteThis@news-server.socal.rr.com>,
Doug Winger <justdoug.DeleteThis@socal.rr.com> wrote:

> In article <1151119625.563717.155530.DeleteThis@i40g2000cwc.googlegroups.com>,
> "Ron" <roninabox.DeleteThis@gmail.com> wrote:
>
> > I'm sitting here trying to develope an eps-friendly application and I'm
> > having trouble with the resolution. Why does Illustrator and Photoshop
> > at 100% show inches that are not real inches on my screen? I'm
> > programming in Java, and it tells me that an inch is an inch; that is,
> > in my graphics program, the ruler is true on the screen. What's going
> > on here?
> >
> > Ron
>
> Screen resolution, most likely. Most Adobe graphics programs use the
> "traditional" 72 DPI = 72 points/6 pica = 72 pixels per inch on screen
> (the DTP points, that is) for WYSIWYG display. If you're using some
> other display resolution, the system obligingly scales the application's
> output to fit that one point per pixel scheme as best it can.
>
> I imagine what you're seeing is the Java framework being aware of
> display dimensions and resolution idiosyncrasies and taking them into
> account when display time comes around. It is supposedly more a system
> API rather than an application, so has a much more cozy relationship
> with the OS.
>
> Of course, I could be wrong. Smile

Doug, with all due respect, *when* have you been wrong? I think we all
know you are the Illy guru here. : )
>
>
>
> - Doug

--
C Pierce
 >> Stay informed about: How come when I measure then screen, an inch is not an inch? 
Back to top
Login to vote
Doug Winger

External


Since: Apr 12, 2005
Posts: 36



(Msg. 5) Posted: Sat Jun 24, 2006 6:55 am
Post subject: Re: How come when I measure then screen, an inch is not an inch? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <1151123666.542152.116970.RemoveThis@i40g2000cwc.googlegroups.com>,
"Ron" <roninabox.RemoveThis@gmail.com> wrote:

> I don't know. It seems to me that Java is telling me the true inch.
>
> Doug Winger wrote:
> > In article <1151119625.563717.155530.RemoveThis@i40g2000cwc.googlegroups.com>,

> > Screen resolution, most likely. Most Adobe graphics programs use the
> > "traditional" 72 DPI = 72 points/6 pica = 72 pixels per inch on screen
> > (the DTP points, that is) for WYSIWYG display. If you're using some
> > other display resolution, the system obligingly scales the application's
> > output to fit that one point per pixel scheme as best it can.
> >
> > I imagine what you're seeing is the Java framework being aware of
> > display dimensions and resolution idiosyncrasies and taking them into
> > account when display time comes around. It is supposedly more a system
> > API rather than an application, so has a much more cozy relationship
> > with the OS.
> >
> > Of course, I could be wrong. Smile

So are Photoshop and Illustrator, and possibly with greater actual
object fidelity when output time rolls around. They're just not
+displaying+ it to fit a ruler's measure on your screen, as they expect
a display resolution of 72 pixels per inch. There's a reason WYSIWYG
resolution on a 21" monitor is 1152 x 870; it displays (within reason)
one inch as one inch when those applications are up to bat and showing
off at 100% magnification. Each pixel represents each point of measure,
with 72 to the inch being the DTP standard. The ruler measures properly
then, and you get one inch of the application ruler measuring one inch
on the display's territory (again, within reason).

Change that display resolution however and, while that application's
points-to-pixel relationship stays the same, the pixels per inch showing
changes. Higher resolution gets a smaller ruler showing, with lower
magnifying it.

Java, being intimate with the OS, probably knows enough to ask the
system "how many pixels does the current display require to display one
inch of measure on one inch of display?" Applications have to live with
what they're handed and know how to do.


- Doug Again
 >> Stay informed about: How come when I measure then screen, an inch is not an inch? 
Back to top
Login to vote
None

External


Since: Jun 29, 2006
Posts: 2



(Msg. 6) Posted: Thu Jun 29, 2006 9:51 pm
Post subject: Re: How come when I measure then screen, an inch is not an inch? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ron wrote:
> I'm sitting here trying to develope an eps-friendly application and I'm
> having trouble with the resolution. Why does Illustrator and Photoshop
> at 100% show inches that are not real inches on my screen? I'm
> programming in Java, and it tells me that an inch is an inch; that is,
> in my graphics program, the ruler is true on the screen. What's going
> on here?
>
> Ron

fyi, i asked this same question in a recent digital photography class i
took and got told that i was slightly retarted! lol!
 >> Stay informed about: How come when I measure then screen, an inch is not an inch? 
Back to top
Login to vote
jbl

External


Since: May 10, 2006
Posts: 9



(Msg. 7) Posted: Fri Jun 30, 2006 4:01 am
Post subject: Re: How come when I measure then screen, an inch is not an inch? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 23 Jun 2006 20:27:05 -0700, "Ron" <roninabox.TakeThisOut@gmail.com> wrote:

>I'm sitting here trying to develope an eps-friendly application and I'm
>having trouble with the resolution. Why does Illustrator and Photoshop
>at 100% show inches that are not real inches on my screen? I'm
>programming in Java, and it tells me that an inch is an inch; that is,
>in my graphics program, the ruler is true on the screen. What's going
>on here?
>
>Ron

I don't claim to really know. There are too many variables possible
for a "one size fits all" answer (resolution, DPI).

I normally use a resolution of 1280X1024 on my Dell 19" (crt), Windows
XP system using the default 96 DPI.

When I change the resolution to 1024X768 I get an almost perfect 1 to
1 relationship. That is, in the Illustrator window, on the ruler at
the top of the window, one inch displayed actually measures one inch
with a ruler in my hand.

When in 1280X1024 res, one inch on my ruler in Illy is about 13/16
inch on the ruler in my hand.

Of course, if I change my DPI from 96 to something else, both of the
above change.

None of the above really matter to me anyway. If I want to see what a
particular image/object/drawing would look like at full scale, actual
size I change the scale of the Illy document.

At 1280X1024 on my machine, a 72 pt line will physically be one inch
long as measured with a ruler when the Illustrator window is scaled to
120%.

jbl
 >> Stay informed about: How come when I measure then screen, an inch is not an inch? 
Back to top
Login to vote
dorayme

External


Since: Jun 26, 2006
Posts: 44



(Msg. 8) Posted: Fri Jun 30, 2006 3:29 pm
Post subject: Re: How come when I measure then screen, an inch is not an inch? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
<1151643116.528046.215030.TakeThisOut@b68g2000cwa.googlegroups.com>,
"None" <clark_kent_712000.TakeThisOut@yahoo.com> wrote:

> Ron wrote:
> > I'm sitting here trying to develope an eps-friendly application and I'm
> > having trouble with the resolution. Why does Illustrator and Photoshop
> > at 100% show inches that are not real inches on my screen? I'm
> > programming in Java, and it tells me that an inch is an inch; that is,
> > in my graphics program, the ruler is true on the screen. What's going
> > on here?
> >
> > Ron
>
> fyi, i asked this same question in a recent digital photography class i
> took and got told that i was slightly retarted! lol!

I was wondering a similar thing: in my Illustrator 8 on a Mac, on
a screen of 1600 by 1200 for a 20" giving 100px per inch, I don't
get anything close to an accurate reading at 100% viewing of my
art work as set up in document set-up. Does this mean that the
program is not understanding my Dell 20" LCD monitor?

--
dorayme
 >> Stay informed about: How come when I measure then screen, an inch is not an inch? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
screen - What does the print shop mean by this??? "Could you make the artwork in black and we'll add the ink in as a pms... If we postscript it to the image setter it will screen the artwork because it is in a color." Thanks for any help

Wierd Screen Artifacts - My version of Illustrator is exhibiting some odd behaviour. For one thing, when i draw something and then move the object I often get some sort of vestigal lines on the artboard. If I zoom in or out, this sometimes clears the problem and they..
   Graphic Forums (Home) -> General Discussions All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]