Exports the current view to a TIFF file.
| Visual Basic | 
|---|
| Public Function ExportTiff( _ ByVal filename As String, _ ByVal w As Long, _ ByVal h As Long, _ ByVal tiffType As Long, _ ByVal bNormalised As Integer _ ) As Integer | 
| SIS_SAVEBMP_TIFF | Uncompressed | 
| SIS_SAVEBMP_TIFF_PACKBITS | Packbits | 
| SIS_SAVEBMP_TIFF_GP4 | CCITT Group 4 (fax) | 
| SIS_SAVEBMP_TIFF_LZW | Lempel-Ziv-Welch | 
| True | Normalise the geo-registration information contained in the Geotiff file format. Normalised geotiff includes a full definition of the coordinate system, in addition to the EPSG code. | 
| False | Do not normalise the geo-registration information. Only include the EPSG code in the file. Some GIS systems are not able to translate all EPSG codes. | 
Available: MM ME MD OD OM SISpy
Groups:
sis.ExportTiff ("c:\raster\map.tif", 600, 400, SIS_SAVEBMP_TIFF, True)
Exports the current view as a 600 x 400 uncompressed raster image including full coordinate system information.
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).