var fDesc=new Array(); fDesc[0] = "Have you ever sat there wondering, "Wow, I wonder what kind of information is hidden in that picture on my computer?". Well look no further then my genuine Digital Imaging Meta Data Reader Displayer Doohicky What-ya-ma-call-it!

As the short description goes, I was looking at my background image and wondered what was in that image that I wasn't seeing. I have heard about Meta Data before but wanted to know more. So I opened up Google, and started reading all about it. Fascinating info, I always thought that all image types had Meta Data. Turns out to be only certain ones, .bmp for example doesn't have any, but .jpg does. Well, I wanted to see the information so I opened up C#, and assembled something together with the help of Google, MSDN, and all those programmers before me that wanted to do the same thing.
Welcome to the Image Tag Viewer, there isn't much to look at right now, clicking on the Half or Fullsize buttons wont do anything until you load up a picture so click on File then Open. Choose an image that the viewer can read such as a .jpeg or a .png. I will even provide, at no cost to you, a picture with meta data in it."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }