We ran into this issue while building our HTML5/Mobile Webkit panorama viewer. It took a long time to figure out what was going on, I almost feel that webkit would've been better to just skip the image and log an error to the console, since by resizing your image without your permission typically causes rendering bugs since they literally resize your image down in-line without telling you. We didn't realize it could…
WebKit Limit on Retina JPG Image Display
21–30 of 45 posts
Re: WebKit Limit on Retina JPG Image Display
#22Earlier quoted context omitted.
You could just slice it into multiple JPGs. It's probably even better for parallel download.
Better? Wrong. Please read "Minimize HTTP Requests" here: http://developer.yahoo.com/performance/rules.html
Re: WebKit Limit on Retina JPG Image Display
#23We ran into this issue while building our HTML5/Mobile Webkit panorama viewer. It took a long time to figure out what was going on, I almost feel that webkit would've been better to just skip the image and log an error to the console, since by resizing your image without your permission typically causes rendering bugs since they literally resize your image down in-line without telling you. We didn't realize it could…
I expect the iPad3's high resolution to cause a lot websites pain on the bandwidth side. When it comes to the web, people aren't as picky with their high resolution desktop displays as they are likely to be with their iPads.
Re: WebKit Limit on Retina JPG Image Display
#24Earlier quoted context omitted.
You could just slice it into multiple JPGs. It's probably even better for parallel download.
Better? Wrong. Please read "Minimize HTTP Requests" here: http://developer.yahoo.com/performance/rules.html
In this instance we're talking about 2 megapixel images, so the extra HTTP requests are not even going to register in the mix. With modern browsers pulling down 6+ parallel downloads, breaking the image up might make plenty of sense.
Re: WebKit Limit on Retina JPG Image Display
#25On a mostly unrelated note, I wish blatanly marketing driven terms like "retina display" would stop getting thrown around like this. Thanks to Apple's latest marketing adjustment for the iPad 3, it turns the phone I've owned for over 2 years now actually posesses a "retina display" (N900 for anyone wondering). At the viewing distance specified by Apple, the human retina is in fact capable of discerning a far higher p…
A subset of human retinas can discern a higher pixel density, in the same way that a subset of the human population is capable of running the 4 minute mile. It doesn't make us all professional middle-distance runners.
The majority of people don't even have 20/20 uncorrected vision much less the ability to discern the pixels on a Retina display.
Re: WebKit Limit on Retina JPG Image Display
#26Re: WebKit Limit on Retina JPG Image Display
#27Earlier quoted context omitted.
How is he "throwing around" this term? He's specifically talking about the iPad 3. Apple uses this marketing term to signal to the purchaser that they are going to get a certain pixel density. I see retina display, I know I will get a "good looking" display by Apple's standards. If I trust Apple, it means something. That's the purpose of marketing and branding. So what if your phone also has the same pixel density? D…
>BTW, iPhone 4 is a 3.5 inch 640×960 resolution (326 ppi). But the new iPad is 264 PPI.
http://punchingin.com/chasing-the-6-4-megapixel-unicorn/
http://www.codinghorror.com/blog/2012/03/welcome-to-the-post...
Re: WebKit Limit on Retina JPG Image Display
#28Earlier quoted context omitted.
You could just slice it into multiple JPGs. It's probably even better for parallel download.
Better? Wrong. Please read "Minimize HTTP Requests" here: http://developer.yahoo.com/performance/rules.html
Re: WebKit Limit on Retina JPG Image Display
#29On a mostly unrelated note, I wish blatanly marketing driven terms like "retina display" would stop getting thrown around like this. Thanks to Apple's latest marketing adjustment for the iPad 3, it turns the phone I've owned for over 2 years now actually posesses a "retina display" (N900 for anyone wondering). At the viewing distance specified by Apple, the human retina is in fact capable of discerning a far higher p…
Yeah, just not according to actual doctors and optical specialists. But what do they know?