Desktop Background
This script is meant to be used with Graphic Converter in "Browser" mode.You select the image you want to use as a desktop background, then you run this script.
tell application "GraphicConverter"
set v to selection of window 1
copy v as list to {firstSel}
tell application "Finder"
set desktop picture to firstSel
end tell
end tell
back