Chapter Contents

Previous

Next
Image Data Model: _writeFilepath

Image Data Model: _writeFilepath



Writes an image to an external file that is specified with a pathname


Syntax
Example

Syntax

CALL SEND (object-id, '_writeFilepath', pathname, 'FORMAT=format<attributes'>);

Argument Type Description
pathname
C the pathname to the file to be written
format
C the format to be used for writing the file.
attributes
C other attributes specific to the file type.


Example

This example writes an image to an external file:

call send(imgdat_id,'_writeFilepath',
         '/usr/images/color/sign.tif',
          'format=tiff');


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.