diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-49882982-0DA2-5021-BAC8-7DC77BDFD27C.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-49882982-0DA2-5021-BAC8-7DC77BDFD27C.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,12 @@ + + + + + +JPEG Exif Plug-in Library Overview

This document introduces you to the JPEG Exif Plug-in library. It is intended for application developers and device creators who are interested in accessing Exif metadata in JPEG and TIFF images.

Purpose

JPEG Exif Plug-in provides a simplified mechanism for accessing the Exif metadata tags in JPEG images.

JPEG Exif Plug-in Library Details

The DLL that provides the functionality and the library to which your code must link is identified below.

DLL LIB Short Description

jpegexifplugin.dll

jpegexifplugin.lib

A simplified mechanism for accessing the Exif metadata.

Architectural Relationship

JPEG Exif Plug-in is a member of the Imaging Framework component. It is used by several image framework libraries, including:

  • Image Display - CImageDisplay Handles the image decoding operation, providing scope for accessing Exif metadata on a read-only basis.

  • Image Transformation - CImageTransform Handles image transform operations such as image resizing and rotation.

  • Exif Utility - Provides Exif metadata access through MExifMetadataWriter and MExifMetadataReader.

Description

JPEG Exif Plug-in provides access to metadata in JPEG images. The complete list is available from the Exif web site.

Key JPEG Exif Plug-in Classes

JPEG Exif Plug-in allows you to read Exif metadata tags from and write to JPEG images.

  • TExifReaderUtility reads several pre-defined tags from a JPEG image.

  • TExifWriterUtility writes several pre-defined tags to a JPEG image.

Using JPEG Exif Plug-in

JPEG Exif Plug-in is used for:

  • Reading Exif metadata from JPEG images with the pre-defined Exif tag getter functions.

  • Writing Exif Metadata tags to JPEG images with the pre-defined Exif tag setter functions.

Exif Utility Overview Exif Utility Guide Image Display Library Image Transform Library
\ No newline at end of file