Pixels
blakefrost.tumblr.com
Pixels
1–10 of 21 posts
Re: Pixels
#2If he's worried about terminology, then redefine the word pixel as being 4/3 of a pt. Problem solved.
Also, either his last sentence is a mistake, or I must have misunderstood the entire article.
Re: Pixels
#3The correspondence between pixels and screen pixels break down when the dpi is nuts, which is why 1 px (css) = 2px (screen) on the retina screen of the iPhone 4.
You can't avoid pixels in CSS. Yet.
Re: Pixels
#4If 1 pt = 0.75 pixels, then there is no meaningful distinction between the measurements. It's a scale factor. It's like advocating for mm over cm. I don't quite understand the point of the article. If he's worried about terminology, then redefine the word pixel as being 4/3 of a pt. Problem solved. Also, either his last sentence is a mistake, or I must have misunderstood the entire article.
Re: Pixels
#5If 1 pt = 0.75 pixels, then there is no meaningful distinction between the measurements. It's a scale factor. It's like advocating for mm over cm. I don't quite understand the point of the article. If he's worried about terminology, then redefine the word pixel as being 4/3 of a pt. Problem solved. Also, either his last sentence is a mistake, or I must have misunderstood the entire article.
Re: Pixels
#6If 1 pt = 0.75 pixels, then there is no meaningful distinction between the measurements. It's a scale factor. It's like advocating for mm over cm. I don't quite understand the point of the article. If he's worried about terminology, then redefine the word pixel as being 4/3 of a pt. Problem solved. Also, either his last sentence is a mistake, or I must have misunderstood the entire article.
As someone who is a programmer, not a designer my reaction to reading this is:
"What is this I don't even...."
I figured he was going to be advocating moving to a relative system where the rendering engine was made aware of the dpi of the display and vector graphics (or differently sized bitmaps as in the Android ldpi/mdpi/hdpi model) were used where possible, because we very clearly have to start embracing that model as the dpi and size of devices is beginning to be wildly divergent in all directions... but what he's actually suggesting is basically meaningless, IMO.
Re: Pixels
#7If 1 pt = 0.75 pixels, then there is no meaningful distinction between the measurements. It's a scale factor. It's like advocating for mm over cm. I don't quite understand the point of the article. If he's worried about terminology, then redefine the word pixel as being 4/3 of a pt. Problem solved. Also, either his last sentence is a mistake, or I must have misunderstood the entire article.
Re: Pixels
#8Re: Pixels
#9But the easiest way to understand why everyone still uses px, is because when you've got a design created beforehand it'd take an awful lot of work to make it exact using relative sizes.
Re: Pixels
#10Also, graphics are inherently bound to a fixed pixel size... so layouts often have to follow, if you don't want things getting out of whack at other pixel densities.