To get Exif data from a PNG image in C#, you can use the Image
class and Image.GetPropertyItem
method. Exif data is stored in a metadata tag with ID 0x8769.
Here's an example code snippet to retrieve the Exif data from a PNG image:
main.cs483 chars19 lines
gistlibby LogSnag