En

Manage EXIF Data of JPEG, PNG, TIFF & WebP Images in C# .NET

In the [previous post][1], we discussed how to deal with EXIF data of images in Java. Here, today we will look into achieving the same but in C#. If you haven’t visited the last post, but you want to extract, update, add or remove EXIF data of your images programmatically in C#, then this article will guide you through this.
May 13, 2020 · 5 min · Shoaib Khan

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.
May 12, 2020 · 5 min · Shoaib Khan