Search
Follow Us
Categories
- News Release(3)
Tag Archives: exif data
Manage XMP and EXIF Data of HEIF/HEIC Images using C#
HEIC (High-Efficiency Image Container) is a container that can contain High-Efficiency Image Format HEIF images. XMP is an XML-based metadata standard, that can store metadata properties as name/value pairs. However, EXIF (Exchangeable Image File Format) is the standard and defines how to store metadata properties in the most common images and audio formats. In this article, we will learn how to extract, update, and remove the XMP and EXIP metadata of the HEIF/HEIC images using C# within .NET applications.
The following topics are covered in this article:
- .NET API for EXIF, XMP Metadata
- Read EXIF Data of HEIC/HEIF Images
- Read XMP data of HEIC/HEIF Images
Manage XMP and EXIF Data of HEIF/HEIC Images using Java
HEIC stands for High-Efficiency Image Container. It is the file extension for the captured images for some of the apple devices. It is a container that can contain High-Efficiency Image Format HEIF images. In this article, we will discuss how to extract, update, and remove the EXIF and XMP metadata of the HEIF/HEIC images within Java applications.
The following topics are covered in this article:
- Metadata Java API for EXIF, XMP data
- Read EXIF Data of HEIC/HEIF Images
- Read XMP data of HEIC/HEIF Images
Manage EXIF Data of JPEG, PNG, TIFF & WebP Images in Java
EXIF (Exchangeable Image File Format) is the standard to specify the image and sound formats mainly used by digital cameras and scanners. EXIF data includes the tagging and metadata information about the captured image file. Metadata may contain information like camera make, model, shutter speed, date and time, aperture, exposure time, X resolution, Y resolution. etc.
If you want to manage, extract, update, or remove EXIF data of your images programmatically, then this article is for you. … Continue Reading