Command: rasdraw

Syntax

rasdraw <file> {,<file> ... }

Description

Display an image file in a graphic window.

Parameters

Switches

Notes

The rasdraw command can display all image types supported by Fire, see Image File Support.

Images displayed using rasdraw are transient and disappear on the next re-paint of the graphic window, although they are maintained in a window's save-under.

Examples

Display an image file in the current graphic window, with the top-left corner of the image placed at pixel (10,10) of the window canvas.

rasdraw myfile.ras, -pos=<10,10>

Display an image file in graphic window win4, justified top-right within the window. Show it transparent.

rasdraw myfile.ras, -ow=win4, -j="TR", -trans

Display part of an image file in the middle of a window at half its normal resolution.

rasdraw domjolly.jpg, -ow=win4, -clip=<10,10,300,200>, -s=0.5

See Also

Commands:

cell, raclip, rasdump, wdisplay