
#include <twl/tcl.h>
BOOL TCL_IsSameImageType( const TCLPictureInfo* pPicInfo , const TCLMakerNote* pMakerNote );
pPicInfo | Photo information |
pMakerNote | Manufacturer's notes structure |
TRUE when photos appear to be the same image type.
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.
2009/03/04 Corrected errors.
2008/10/20 Initial version.
CONFIDENTIAL