TCL_IsSameImageType

Definition

#include <twl/tcl.h>


BOOL TCL_IsSameImageType( const TCLPictureInfo* pPicInfo , const TCLMakerNote* pMakerNote );
	

Arguments

pPicInfoPhoto information
pMakerNoteManufacturer's notes structure

Return Values

TRUE if photos are determined to be the same image type.

Description

Determines whether the image type in the Management file is the same as the image type recorded in the image's EXIF information. (The manufacturer's notes in an EXIF tag are converted to the TCL_MakerNote type for this comparison.)

See the Overview for processes used for comparison.

Photos and composite photos cannot be differentiated in the management file, so they are treated as the same image type.

See Also

Revision History

2009/03/04 Corrected errors.
2008/10/20 Initial version.


CONFIDENTIAL