我正在使用自动播放器工作流程(获取指定的网址>从网页获取图片网址>下载网址>设置桌面图片)以从网站获取每日图片以设置为我的桌面背景。
图像宽度固定为720px。当automator工作流程运行时,它会使用“填充屏幕”的拟合选项设置背景图像。
如何将拟合选项设置为“中心”并将背景颜色设置为“白色”?
到目前为止,我最好的搜索引导我做到这样的事情:
tell application "System Events"
tell current desktop
get properties
end tell
end tell
但我对Applescripts和Automator一般都是新手。