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