c# - EXIF tag and hex code for 'Tags' and 'Authors' for jpg image -
i unable co-relate actual exif tag 'tags' , 'authors' can see in image properties. can help me see 1 of corresponds it?
ps. referring list of exif tags here on msdn -
here's guess @ properties:
authors = propertytagartist (0x013b
)
(null-terminated character string specifies name of person created image.)
tags = propertytagexifusercomment (0x9286
)
comment tag. tag used exif users write keywords or comments image besides in propertytagimagedescription , without character-code limitations of propertytagimagedescription tag.
i edited jpeg in windows explorer per op illustration screenshot , ran thru exiftool. output contained value added author
artist
, xp author
, , creator
. listed value added tags
xp keywords
, subject
, , last keyword xmp
.
c# exif
No comments:
Post a Comment