Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

PHOTMTRICINTERP

Show in webframe

typedef enum
{
   PME_MINISWHITE =0 ,/* Grayscale image, minimum value is white */
   PME_MINISBLACK =1 ,/* Grayscale image, minimum value is black */
   PME_RGB =2 ,/* RGB color model */
   PME_PALETTE =3 ,/* color map indexed (palletized) */
   PME_MASK =4 ,/* 1-bit transparency mask */
   PME_SEPARATED =5 ,/* color separations (usually CMYK) */
   PME_YCBCR =6 ,/* CCIR 601 YcbCr image */
   PME_CIELAB =8 /* 1976 CIE L*a*b* image */
} PHOTMTRICINTERP, *pPHOTMTRICINTERP;

The PHOTMTRICINTERP enumerated type is used to indicate the photometric interpretation that should be saved in a file when saving TIFF files.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.