Add EXIF Date to JPEG in .NET

EXIF is an incredibly large standard for digital photos. My goal here is just to add or modify the Date Taken property to a photo so it'll appear in Google Photos or Windows with the date I want.

Here's the standard: EXIF Standard, and a list of standard tags.

View code on GitHub

Comments

Popular posts from this blog

C# Record Serialization

Add timestamp to photo using ImageMagick

Read/write large blob to SQL Server from C#