YUVIMAGE

Summary

The YUVIMAGE structure contains the image data holder.

Syntax

typedef struct _YUVIMAGE 
{ 
   L_UINT uStructSize; 
   L_UINT Width; 
   L_UINT Height; 
   YUVPLANE Planes[3]; 
   L_UINT PlaneCount; 
   L_YUV Format; 
} YUVIMAGE; 

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

Width

The width of the image in pixels.

Height

The height of the image in pixels.

Planes

The planes of the image. Some images may only use one interleaved plane, whereas others will have distinct planes for Y, Cb, Cr.

PlaneCount

The number of planes in the image.

Format

The YUV format of the image.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.