REBOL [
    Title: "View an Image behind File Name"
    File: %view-image-name2.r
    Date: 1-Jun-2000
    Purpose: {Display an image with its file name on top of it.}
    Note: {This script assumes your image is in the local directory.}
    Category: [view VID 1]
]

file: %bay.jpg

view layout [image file form file]

