From 97ab235f082f845d0047e8be72e0c50440601b79 Mon Sep 17 00:00:00 2001 From: exiftool Date: Tue, 17 Oct 2017 09:50:53 -0400 Subject: Update to 10.64 --- lib/Image/ExifTool/README | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'lib/Image/ExifTool/README') diff --git a/lib/Image/ExifTool/README b/lib/Image/ExifTool/README index fa0d0ba3..2e77380f 100644 --- a/lib/Image/ExifTool/README +++ b/lib/Image/ExifTool/README @@ -14,13 +14,13 @@ the binary data block (floating point IDs allow multiple tags for the same offset, with the integer part being used for the offset). The corresponding hash value provides information about the tag (explained later). -Twenty-five special keys (TABLE_NAME, SHORT_NAME, PROCESS_PROC, WRITE_PROC, +Twenty-six special keys (TABLE_NAME, SHORT_NAME, PROCESS_PROC, WRITE_PROC, CHECK_PROC, GROUPS, FORMAT, FIRST_ENTRY, TAG_PREFIX, PRINT_CONV, WRITABLE, TABLE_DESC, NOTES, IS_OFFSET, IS_SUBDIR, EXTRACT_UNKNOWN, NAMESPACE, PREFERRED, -SRC_TABLE, PRIORITY, WRITE_GROUP, LANG_INFO, VARS, DATAMEMBER and SET_GROUP1) -are used to provide additional information about a table. The special keys have -names that are all capitalized to avoid possible conflicts with tag keys. Below -is an explanation of the meaning of each special key: +SRC_TABLE, PRIORITY, AVOID, WRITE_GROUP, LANG_INFO, VARS, DATAMEMBER and +SET_GROUP1) are used to provide additional information about a table. The +special keys have names that are all capitalized to avoid possible conflicts +with tag keys. Below is an explanation of the meaning of each special key: TABLE_NAME : Name of this table (set automatically by GetTagTable()). @@ -177,6 +177,8 @@ is an explanation of the meaning of each special key: PRIORITY : Default Priority for all tags in this table. + AVOID : Flag set to Avoid writing all tags in this table. + WRITE_GROUP : Default WriteGroup for all tags in the table. LANG_INFO : Code reference to a routine which returns a reference to a -- cgit v1.2.3