View Single Post
Old 06-10-2010, 04:46 PM   #27
Kolenka
<Insert Wit Here>
Kolenka ought to be getting tired of karma fortunes by now.Kolenka ought to be getting tired of karma fortunes by now.Kolenka ought to be getting tired of karma fortunes by now.Kolenka ought to be getting tired of karma fortunes by now.Kolenka ought to be getting tired of karma fortunes by now.Kolenka ought to be getting tired of karma fortunes by now.Kolenka ought to be getting tired of karma fortunes by now.Kolenka ought to be getting tired of karma fortunes by now.Kolenka ought to be getting tired of karma fortunes by now.Kolenka ought to be getting tired of karma fortunes by now.Kolenka ought to be getting tired of karma fortunes by now.
 
Kolenka's Avatar
 
Posts: 1,017
Karma: 1275899
Join Date: Jan 2008
Location: Puget Sound
Device: Kindle Oasis, Kobo Forma
Quote:
Originally Posted by jibril View Post
Hope it has an SD card reader then too. Problem is, no OS is based on vector graphics, so on a computer screen bitmapped based graphics appear too small, should be using something like postscript like the printers do.

I always wondered why monitors didn't move toward this instead of plateauing in the resolution department.
OS X (and by extension iOS) uses a form of Display Postscript with some PDF-style improvements they dub "Display PDF". There has been a lot of work towards resolution independence in the core OS over the last 3-4 years to allow the UI to scale to meet the dimensions of the screen, rather than the pixel size.

In the case of the iPhone, it also helps that they simply doubled the pixel count in both dimensions, makes it easier in the short term.

The problem with using Display Postscript for monitors is that monitors are still pixel based. Why not offload the work of figuring out the pixels to the GPU/CPU/OS which is already doing that work? It's completely possible to move away from pixels/etc without having to introduce a new type of monitor (and the tech that drives displays isn't moving away from using pixels anytime soon).

Quote:
Originally Posted by stustaff View Post
The same resolution would mane NO sense on a larger screen not to that level. a Bigger TV doesn't once you get to a point add more pixels they just get bigger. The iPad is already higher resolution than the new iPhone.
It's about the DPI/PPI.

iPhone 3GS - ~160PPI
iPhone 4 - ~320PPI
iPad - ~130PPI

Right now, the iPad has the least dense screen, which matters for things like text. The PPI for the iPad is lower than most eBook readers, and it does show.

Quote:
Originally Posted by WillAdams View Post
jbril, a bit of a history lesson:

Mac OS X is based on OpenStep which was based on NeXTstep for which Display PostScript was written (mostly by NeXT employees).

It doesn't have it now because Adobe refused to license it as promised and together w/ Microsoft whined about re-writing all their apps. So we got Carbon. Curious why that's Yellow Box? It's 'cause when Bill Gates was asked if he'd develop for NeXTstep his answer was, ``Develop for it? I'll piss on it.''

William
Will, nice to see someone try to give a history lesson, but this is woefully off the mark. OS X does have a variation of Display Postscript (see above), it's how the Quartz engine runs.

And the real history lesson is that Cocoa was the Yellow Box. Blue Box was the proposed emulation layer. When OS X became official (post-Rhapsody), Yellow Box became Cocoa, Carbon was added, and Blue Box became Classic.

Last edited by Kolenka; 06-10-2010 at 04:52 PM.
Kolenka is offline   Reply With Quote