Exif files may, but do not have to, contain extensions. These extensions may contain many types of data. To access this extension data, LEADTOOLS provides the L_ReadFileExtensions. The extensions are kept in an EXTENSIONLIST structure. When the L_ReadFileExtensions function is called, LEADTOOLS will look for the extensions. If they are present, LEADTOOLS will allocate a structure large enough to contain all the extensions.
Two common uses for these extensions are storing an extra stamp and embedding audio data. LEADTOOLS provides functions for getting these two specific types of information. To get extra stamp data stored in the extensions, use the L_LoadExtensionStamp function. To get embedded audio data, use the L_GetExtensionAudio function. To access other types of data from the Exif extensions, the user will have to handle that directly.
When the extension data is no longer needed, it should be freed by calling the L_FreeExtensions function.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document