posted on 2012-04-23 at 07:33 PM - amd.im/5ffT
I have recently switched from Aperture to Lightroom and missed the ability to export straight from my photo tool to the desktop of my Mac.
If you're in the same boat I've figured out a way to get the desired feature wedged into Lightroom.
Create a folder that will store your exported images. Mine is located at ~/Pictures/Wallpapers.
Create a post-processing filter that will take the exported file and set it as the wallpaper. Open AppleScript Editor and use the following code to create an application in ~/Library/Application Support/Adobe/Lightroom/Export Actions mine is named wallpaper:
on open theObjects
repeat with theObject in theObjects
tell application "Finder"
set desktop picture to {theObject as string}
end tell
end repeat
end open
Create a Lightroom Export preset. This is going to be customized based on your setup, but some things I did to make mine work better are:
wallpaper.Enjoy!
posted on 2012-04-21 at 11:45 AM - amd.im/QzD9
posted on 2012-04-20 at 07:02 PM - amd.im/VNMc
posted on 2012-04-13 at 06:40 PM - amd.im/FMss
posted on 2012-04-07 at 11:55 AM - amd.im/aCTP
amdavidson.com is a simple blog run by Andrew Davidson, a manufacturing engineer with a blogging habit. He sometimes posts 140 character tidbits, shares photos, and saves links. You can also see posts dating back to 2005.