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 when photos appear to be the same image type.

Description

Determines whether the image type in the Management file is the same as the image type obtained from the decoded image's MakerNote. (The MakerNote is 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