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

EXTENSIONLIST

Show in webframe

typedef struct _EXTENSIONLIST
{
   L_UINT uStructSize;
   L_UINT uFlags;
   L_UINT uCount;
   LTEXTENSION aList[1];
} EXTENSIONLIST,* pEXTENSIONLIST;

The EXTENSIONLIST structure contains Exif extension information.

Member

Description

uStructSize

Size of the whole extension list.

uFlags

Flags that indicate the type of data contained in the extensions. Possible values are:

 

Value

Meaning

 

EXTENSION_STAMP

[0x0001] A stamp is present. Most likely suitable for LCD displays (and bigger than the stamp stored in the Exif data). The stamp can be loaded with LFile::LoadExtensionStamp. Note that this stamp is independent of the regular stamp present in Exif files. Some Exif files have two stamps. The regular stamp is loaded with LFile::ReadStamp, while the extension stamp is loaded with LFile::LoadExtensionStamp.

 

EXTENSION_AUDIO

[0x0002] Embedded audio data is present. The LFile::GetExtensionAudio function can be called to get to the audio data.

uCount

The number of extensions present in a List.

aList

Array of EXTENSION structures that contain the extension information. For more information about the information these contain, refer to the LTEXTENSION structure.

Comments

This structure is used by the following functions:

LFile::FreeExtensions

LFile::GetExtensionAudio

LFile::LoadExtensionStamp

LFile::ReadFileExtensions

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