Skip to content

Instantly share code, notes, and snippets.

@dannycabrera
Last active February 26, 2018 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannycabrera/b51ae180aed4badd8d70316362cac027 to your computer and use it in GitHub Desktop.
Save dannycabrera/b51ae180aed4badd8d70316362cac027 to your computer and use it in GitHub Desktop.
Image.GetPropertyItem
Image image = Image.FromFile(@"C:\ArthroscopyImages\1.jpg");
var userComment = Encoding.UTF8.GetString(image.GetPropertyItem(0x9286).Value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment