DC_READ_24_BIT Function

Reads a 24-bit image file.

Usage

Input Parameters

Output Parameters

Returned Value

Keywords

Discussion

Dimensionality of the Import Variable

Image Width Image Height Image Depth
640 480 3
640 512 3
128 128 3
256 256 3
512 512 3
1024 1024 3

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


NOTE: You do not need to explicitly dimension imgarr, but if your image data is not one of the standard sizes (e.g., 3-by-512-by-512 or 640-by-480-by-3), you will get more predictable results if you dimension imgarr yourself.

Example

See Also


Windows Users: For an example showing how to use DC_READ_FREE to import data from a Microsoft Excel spreadsheet, see the PV-WAVE Programmer's Guide.




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