Code:
alias getimage {
  var %res = $+($window(-1).w,x,$window(-1).h)
  if (%res == 1600x1200) return <path to image for 1600x1200 resolution>
  elseif (%res == 1280x1024) return <path to image for 1280x1024 resolution>
  ; Etc...
}