Register FAQ / Rules Forum Spy Search Today's Posts Mark Forums Read
Go Back   MacRumors Forums > Apple Hardware > Notebooks > MacBook Pro

Reply
 
Thread Tools Search this Thread Display Modes
Old Jul 12, 2012, 05:18 PM   #1
ilivelife
macrumors newbie
 
Join Date: Jul 2012
Question Create retina ready images?

Hi,

This may sound pretty stupid for some of you and perhaps I should know such stuff because thats a part of my profession, however I cannot find anything about this.

How do I make images or optimaze websites for retina? I don't own a recently released rMBP but I tried it at Apple Store today. Our website, our logo, facebook and most of the "regular sized" jpeg or png looked so bad.

I understand that retina is x2 pixels, so if I want to make a logo retina-ready I have to save it as "200x200" when the "regular" size is/was "100x100" for non-retina, but what about regular images?

Should I have to save them in doubble-size and put them in a "smaller html box"?

I'm kind a confused man... It's hard when I don't own the rMBP (yet).
Still waiting for Adobe to announce retina-ready CS suite so I can buy rMBP.
If it won't hapen within a month I will buy MBA full-upgraded and go for a new iMac when it gets released.

I hope someone out there can help.
__________________
Art Director from Denmark · rMBP · iMac 27" · iPhone 5 · iPad 3 32Gb 4G
ilivelife is offline   0 Reply With Quote
Old Jul 12, 2012, 05:34 PM   #2
pgiguere1
macrumors 65816
 
pgiguere1's Avatar
 
Join Date: May 2009
Location: Montreal, Canada
http://retinajs.com/
pgiguere1 is offline   1 Reply With Quote
Old Jul 12, 2012, 05:40 PM   #3
Dwhite78
macrumors regular
 
Join Date: Jul 2010
Quote:
Originally Posted by pgiguere1 View Post
Hah, work smart not harder. You just saved me a load of time. Thanks for that link!
__________________
Two 27" iMac i7, 16GB Ram, 2TB| 13" MBA, 1.7 i5, 4GB Ram, 128GB SSD| Two iPhone 4S| Two iPad3 32G Wifi| Mac Mini (Late 2009)|Mac Mini (2010) 8gb
Dwhite78 is offline   0 Reply With Quote
Old Jul 12, 2012, 05:48 PM   #4
ilivelife
Thread Starter
macrumors newbie
 
Join Date: Jul 2012
Allright - thanks for the link.
That script seems to be a solution to many problems.

But still, let's say I enter "retina-optimized"-website and download a random picture that just looks so beautiful on the site (because it's twice the pixels) and actually save this image on my rMBP? The image will look crappy when I open it from the rMBP because I then see it on the "actual size", right?

Would 220ppi exporting option solve that problem? Or?
__________________
Art Director from Denmark · rMBP · iMac 27" · iPhone 5 · iPad 3 32Gb 4G
ilivelife is offline   0 Reply With Quote
Old Jul 12, 2012, 06:07 PM   #5
Stetrain
macrumors 68030
 
Join Date: Feb 2009
If you visit a retina-ready website, and you see an image that is retina optimized (displayed at 100x100 on a non-retina device and 200x200 on a retina device), and you download that image, you should get a 200x200 image.

If you open that image in a retina-ready app (Finder, Quick Look, Preview, iPhoto, etc.) it will look just as good as it did in the website.

If you open that image in a non-retina ready app (Photoshop), it will actually display as 400x400 on the display and look a bit blocky.
Stetrain is offline   0 Reply With Quote
Old Jul 12, 2012, 07:47 PM   #6
Randomoneh
macrumors regular
 
Join Date: Nov 2011
Shouldn't images be optimized for a case when images are most large - scaled: larger text?

That would make needed resolution if image(s) not 2, but ~2.8 times higher.
Randomoneh is offline   1 Reply With Quote
Old Jul 12, 2012, 07:49 PM   #7
Macman756
Banned
 
Join Date: Sep 2008
Location: Atlanta, GA
Send a message via AIM to Macman756
Quote:
Originally Posted by pgiguere1 View Post
Excellent. This will help
Macman756 is offline   0 Reply With Quote
Old Jul 12, 2012, 08:54 PM   #8
Stetrain
macrumors 68030
 
Join Date: Feb 2009
Quote:
Originally Posted by Randomoneh View Post
Shouldn't images be optimized for a case when images are most large - scaled: larger text?

That would make needed resolution if image(s) not 2, but ~2.8 times higher.
No, all of the scaled modes still use 2x resolution images. The "Larger Text" mode looks like 1024x600, so it's actually running at 2048x1200 (2x mode) and then scaled to 2880x1800.
Stetrain is offline   1 Reply With Quote
Old Jul 12, 2012, 09:16 PM   #9
Randomoneh
macrumors regular
 
Join Date: Nov 2011
Quote:
Originally Posted by Stetrain View Post
No, all of the scaled modes still use 2x resolution images. The "Larger Text" mode looks like 1024x600, so it's actually running at 2048x1200 (2x mode) and then scaled to 2880x1800.
Thanks.
Randomoneh is offline   0 Reply With Quote
Old Jul 12, 2012, 09:52 PM   #10
tillsbury
macrumors 6502
 
Join Date: Dec 2007
Quote:
Originally Posted by ilivelife View Post
Hi,
I understand that retina is x2 pixels, so if I want to make a logo retina-ready I have to save it as "200x200" when the "regular" size is/was "100x100" for non-retina, but what about regular images?

Should I have to save them in doubble-size and put them in a "smaller html box"?
Yes, exactly. The retina.js patch is a good temporary bodge, but it isn't ideal. It serves the low-resolution image, then looks to see if the device is retina, and if so serves a high-resolution image to replace it. This makes a flicker and increases bandwidth. Ideally, you should simply serve the high resolution image alone to a retina display, and you can do this easily if your pages are php instead of html. PHP can't check retina displays, but it can use JS to create a cookie and then use that from then on to serve only high resolution images if they are available.

Theoretically, you should be able to serve up double resolution JPG images and a good browser should only take what it needs -- i.e. a standard resolution browser will stop downloading when the resolution required has been loaded, and a retina browser should keep on downloading the additional detail and displaying it. I believe that FF and Chrome do this, but would need confirmation. Older versions of IE just download the entire JPG file and then decide what to do with it. Can anyone else confirm whether this works on later IE's? Ideally this should be the way to serve all images to all systems.

Apart from the advantage of using only the correct bandwidth for all devices, this should also allow retina displays to show the image as quickly as normal ones automatically, and gently increase resolution after the page has loaded.
tillsbury is offline   1 Reply With Quote

Reply
MacRumors Forums > Apple Hardware > Notebooks > MacBook Pro

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 11:30 AM.

Mac Rumors | Mac | iPhone | iPhone Game Reviews | iPhone Apps

Mobile Version | Fixed | Fluid | Fluid HD
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Privacy / DMCA contact / Affiliate and FTC Disclosure
Copyright 2002-2013, MacRumors.com, LLC