Exif
Tizen enables you to access and modify EXIF information in a JPEG file (with the common .jpg extension).
The Exif API is mandatory for both Tizen mobile and wearable profiles, which means that it is supported in all mobile and wearable devices. The Exif API is supported on all Tizen Emulators.
The main features of the Exif API include:
- Loading EXIF information
You can retrieve EXIF information from a JPEG file. You can also retrieve the thumbnail image of the file.
- Adding EXIF information
You can save EXIF information to a JPEG file which currently has no EXIF information.
- Updating EXIF information
You can modify EXIF information in a JPEG file and save the file.
- Copying EXIF information
You can copy EXIF information from one JPEG file to another.