DC_READ_TIFF Function

Reads a Tag Image File Format (TIFF) file.


NOTE: This function was retired with version 6.1, because the new IMAGE_READ function provides the same capability. Although DC_READ_TIFF is still available for backward compatibility, we strongly recommend that you use IMAGE_READ instead.

Usage

Input Parameters

Output Parameters

Returned Value

Keywords

Discussion

Interleaving Method Dimensions of Image Variable
Pixel (RGB triplets) Dimension imgarr as 3 x w x h, where w and h are the width and length of the image in pixels.
Image (separate planes) Dimension imgarr as w x h x 3, where w and h are the width and length of the image in pixels.


NOTE: Compressed TIFF images are uncompressed before being transferred to the named variable.

Example 1

Example 2

See Also





doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.