Search
Follow Us
Categories
- News Release(3)
Tag Archives: remove exif data from images
Manage EXIF Data of JPEG, PNG, TIFF & WebP Images in C# .NET
In the previous post, 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. We will cover the following ways to manipulate with EXIF data in C#:
… Continue ReadingManage 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