Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.

henrikrox

macrumors 65816
Original poster
Feb 3, 2010
1,219
2
So

I have to wait a week or more to get my new mbp.

Lets post some sweet wallpapers besides the included apple ones, to make our desktop look sweet.

Remember only 2800x1800 or higher
 
Porsche's wallpapers are 3000x1560. Close enough, just need to figure out what to add to fill in the remaining 240 pixels.

Could add a strip of white to the top to fill in the menu bar?
 
Hello folks, where can I found the wallpaper they used during WWDC12, on the new MacBook Pro with Retina ? The one with the Zebras ?
 
Anyone know where to get this wallpaper, can't find it anywhere.

40213da714f7ff7e_mbpnew.xxxlarge_1.jpg
 
How much is he charging?

From his site :

We are a rights-protected image library and therefore have a minimum fee of
50 UK pounds (approx US$76, or 62 Euros) for any use of our images. The
minimum would apply for use of an image as an individual computer wallpaper
/ screensaver.
 


Sweet site, started downloading some of them, one by one, but got annoying clicking each page.. so in case someone wants to download all the wall papers using the 2880x1880 resolution, i came up with this command-line snippet:

Code:
U='Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_1) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25'
for P in '' $(seq 2 284); do 
    echo "Getting links off page "$P
    for I in $(curl -# -A "$U" 'http://interfacelift.com/wallpaper/downloads/date/any/index'$P'.html'|grep wallpaper/previews|cut -d\" -f2); do 
      N=$(echo $I|cut -d/ -f4); 
      T=$(echo $I|cut -d/ -f5|cut -d. -f1); 
      echo "Downloading $I: "
      curl -# -L -O -e 'http://interfacelift.com'$I -A "$U" "http://interfacelift.com/wallpaper/7yz4ma1/"$(printf "%05d" $N)"_"$(echo $T|sed -e 's/_//g')"_2880x1800.jpg"; 
   done; 
done

You would want to run this on one line (i put extra lines to make hte post more readable).. Was about 12gigs and took about 9 hours to download
 
Last edited:
Here is the original wallpaper (with a resolution of 3200x2000) directly from the Mac OS mountain lion developer preview ;) Enjoy

SBhrN.jpg

Oh wow, that's really nice.

I'm not usually into included wallpapers, but that would make a beautiful wallpaper. Thank you.

Hello folks, where can I found the wallpaper they used during WWDC12, on the new MacBook Pro with Retina ? The one with the Zebras ?

Did you mean this one?
Screen%20Shot%202012-08-25%20at%2011.27.15%20AM.png


That isn't the actual file from the OS, by the way. I tried finding the folder that contains desktop pictures provided with ML in the Library, but couldn't seem to locate them.

I just set the picture as my desktop and then did the screenshot shortcut and captured it that way.
 
Last edited:
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.