Relative Content

Tag Archive for c#jpegexif

How to write camera serial number to a jpeg image using C#

I am trying to determine how to write the camera serial number to a jpeg file using C#. I had thought that it would be case of setting an appropriate EXIF header value (and maybe it is), but when I open the image using C# + System.Drawing.Image.FromFile(…), the image.PropertyIdList array does not include an EXIF id which would seem to represent the serial number.