#include "l_bitmap.h"
L_LTFIL_API L_INT L_ExtractXMPMetadata(pszSrc, pszDst)
L_TCHAR* pszSrc; |
source file name |
L_TCHAR* pszDst; |
XML output file name |
Extracts all XMP metadata from the source file and saves it to the destination XML file.
Parameter |
Description |
pszSrc | Character string containing the name of the image file from which the metadata should be read. |
pszDst | Character string containing the name of the XML file to which the metadata should be written. |
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
The file referenced by pszDst must be a file format that supports XMP. For example PNG, PDF, JPEG, TIFF and SVG.
To determine if a file format supports XMP, use L_FileMetaDataItemsSupported.
Required DLLs and Libraries
LTFIL LFXMP For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64, Linux.
Functions: | L_FileMetaDataItemsSupported, L_SaveXMPMetadata, L_ReadFileMetaDataItems |
Topics: | Raster Image Functions: XMP Metadata |
For an example, refer to L_SaveXMPMetadata.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET