Exif:Read and write meta information
一款对文件属性查看的修改的神器
exiftool:https://exiftool.org/
exiftoolGUI:https://exiftool.org/forum/index.php?topic=2750.0(GUI应该不会更新了,GUI基于Win7开发,不能保证向后兼容)
一、Exiftool使用方式:
双击
查看文档
拖拽运行
可拖拽的对象包括文件、多个文件和文件夹,但是此时程序名就不能随意了,必须按照以下参数:
可执行文件名 | 操作 |
---|---|
exiftool(-k).exe | Print meta information in window and pause before terminating. |
exiftool(-k -a -u -g1 -w txt).exe | Generate output “.txt” files with detailed meta information. |
exiftool(-k -o %d%f.xmp).exe | Generate sidecar “.xmp” files. |
exiftool(-copyright=’Phil Harvey’).exe | Add copyright information (and don’t pause before terminating). |
- 或者可以将选项添加到可执行文件的快捷方式的目标属性中,与文件名中添加相比,好处有:
1)可以创建不同的快捷方式,而无需多个可执行文件的副本
2)可以提供快捷方式更有意义(和方便)的文件名。
二、ExiftoolGUI:
GUI不会向任何其他地方写入内容或者写入注册表,所有设置都会写入GUI所在目录下ExifToolGUI.ini文件。
关于GUI中的jhead_jpegtran文件夹中的两个文件:用于JPG无损旋转,以及防止将JPG嵌入原始图像文件时需要旋转。
参考文献:ExifToll官方文档