Is it possible to edit description field of jpg when saving screenshot?

I’d like to be able to set the Title, Subject and Tags fields of a jpg image exported from Unity, ie the metadata fields you see when you right click the file and click properties.

Can’t find anything in the documentation on this so starting to think it probably isn’t possible with Unity…

The keyword you need to search for is “EXIF” data. There’s a ton of examples of editing such data using C# on the net - try:

http://stackoverflow.com/questions/1755185/how-to-add-comments-to-a-jpeg-file-using-c-sharp

Or any of the libraries mentioned in

http://stackoverflow.com/questions/226973/how-to-edit-exif-data-in-net

for starters

Does not work with unity, dependencies cant be satisfied…