Applying Metadata Tags for TIFF & JPEG files
- Apply the Metadata tags "Document Name, Artist, Scanner Manufacture, Scanner Model, Software, DateTime"
- Used exiftool.exe (download from https://exiftool.org/)
- Images type: TIF, JPG
- Windows 7 or above
- Run the program
- Ask user to enter the path of the input image file
- Tool will apply the TIFF tag in the same location Input file directory
- copy the "exiftool.exe" file in the tool path
- copy the "tag.ini" file in the tool path
- Metadata Tag values should capture in the "tag.ini" file in respective xml tags
- If no value for particular element then leave that tag as empty tag, i.e.
<Scanner></Scanner>
- TIFF date & time value format should be "YYYY:MM:DD HH:MM:SS", if format is wrong tool notify the error message in the "error.log" file.
- 0.1
- Initial Release