How do I edit JPG File Title, Subject, Comments, and Tags/Keyowrds?*
I have already tried asking this question here:
The Exif information provided was helpful, but in the end did not actually solve the real riddle I was working on. So I'll take another angle at describing the desired result:
I want my VB.NET app to allow me to edit the following details of a Jfile (see image):
Title, Subject, Comments, and Tags/Keyowrds
I had a handy image to include but not enough points to post it. Weak.
RIGHT CLICK A .JPG IN WINDOWS and select PROPERTIES
- Win XP: Select the "Summary Tab" and Look at the "Description" group
- Win7/Server 2008R2: "Details Tab" and look at "Description" group
Can anyone explain how to edit those fields through VB.net in Visual Studio?
EDIT:
The ultimate goal is to use the image viewer/editer that I built, to sort thousands of images of random webjunk I have collected over the years. Upon viewing the image (say "00001.jpg") and figureing out what it is ("ceiling cat sends son" picture of a lol cat), I want to type in the description (already done in the form). When I hit enter I want to rename the file (from "00001.jpg" to "ceiling-cat-sends-son.jpg", then fill in the keywords, title, subject, and comments fields with the same data: "ceiling cat sends son".
This will help with local indexing and with my (later) automating a SQL server referential database for use with site wide searches on my website. The ONLY thing I can't seem to figure out is how to modify those four fields as if I had right-clicked the file and added the keywords.