项目中需要显示图片的Exif信息,在CodeProject上找到实现方法
以下是Console输出的效果
System.Drawing.Bitmap bmp =
new System.Drawing.Bitmap("F:\\DSCI0006.JPG");
Goheer.EXIF.EXIFextractor er =
new Goheer.EXIF.EXIFextractor(ref bmp,"\n");
Console.Write(er);
er.setTag(0x13B,"http://www.goheer.com");