Function displayBasicImage( label, loc )
- Description:
-
Displays the file at a given location as an image
in a graphical viewer.
label
may be any string which identifies the window
for display, so that multiple images may be displayed in different
windows without getting in each others' way.
loc
should be a filename or URL, pointing to an image in
a format that this viewer understands.
- Parameters:
-
- label (String)
- identifies the window in which the image will be displayed
- loc (String)
- image location
- Return Value (String):
- short log message
- Signature:
- String displayBasicImage(String, String)