Chapter Contents |
Previous |
Next |
WRITE |
Syntax | |
Details | |
Examples |
Syntax |
rc=IMGOP(task-id, 'WRITE', image-path<, attributes>); |
Type: Character
Type: Character
Details |
WRITE writes the currently selected image to an external file. The file can be specified either directly (using its physical filename path) or by using the information that was returned by a previous LNAMEMK function call. The LNAMEMK function creates a character variable that contains information about the location of the image (even if it is to reside in a SAS catalog), as well as information about other image attributes.
The FORMAT= attribute (described in Attributes for Writing Image Files) must be specified if image-path does not include that information.
Examples |
path=lnamemk (5,'mine.images.sign','FORMAT=CAT'); rc=imgop(task-id,'WRITE',path);
rc=imgop(task-id,'WRITE','/user/images/sign.tif', 'FORMAT=TIFF COMPRESS=G3FAX');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.