exiftool-vendored
    Preparing search index...

    Interface FileTags

    These tags are not metadata fields, but are intrinsic to the content of a given file. ExifTool can't write to many of these tags.

    interface FileTags {
        BitDepth?: number;
        BitsPerSample?: number;
        BMPVersion?: string;
        ColorComponents?: number;
        Comment?: string;
        Compression?: string;
        CurrentIPTCDigest?: string;
        Directory?: string;
        EncodingProcess?: string;
        ExifByteOrder?: string;
        FileAccessDate?: string | ExifDateTime;
        FileCreateDate?: string | ExifDateTime;
        FileInodeChangeDate?: string | ExifDateTime;
        FileModifyDate?: string | ExifDateTime;
        FileName?: string;
        FilePermissions?: string;
        FileSize?: string;
        FileType?: string;
        FileTypeExtension?: string;
        ImageDataMD5?: string;
        ImageHeight?: number;
        ImageLength?: number;
        ImageWidth?: number;
        MakerNoteByteOrder?: string;
        MIMEType?: string;
        NumColors?: string;
        NumImportantColors?: string;
        PixelsPerMeterX?: number;
        PixelsPerMeterY?: number;
        Planes?: number;
        PreviewImage?: BinaryField;
        YCbCrSubSampling?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    BitDepth?: number

    🔥 ☆☆☆☆ (1%)

    File, MakerNotes, QuickTime

    8
    
    BitsPerSample?: number

    🔥 ★★★★ (100%)

    APP, EXIF, File, RAF, RIFF, XMP

    8
    
    BMPVersion?: string

    🔥 ☆☆☆☆ (0%)

    File

    "Windows V3"
    
    ColorComponents?: number

    🔥 ★★★★ (100%)

    APP, File

    3
    
    Comment?: string

    🔥 ☆☆☆☆ (2%)

    File, XMP

    "This is a comment."
    
    Compression?: string

    🔥 ★★★★ (90%)

    APP, EXIF, File, MakerNotes, XMP

    "Unknown (1536)"
    
    CurrentIPTCDigest?: string

    🔥 ☆☆☆☆ (4%)

    File

    "ff5cfd18caabb797e0a7a4bb378cde2f"
    
    Directory?: string

    🔥 ★★★★ (100%)

    File

    "/home/username/pictures"
    
    EncodingProcess?: string

    🔥 ★★★★ (100%)

    File

    "Progressive DCT, Huffman coding"
    
    ExifByteOrder?: string

    🔥 ★★★★ (100%)

    File

    "Little-endian (Intel, II)"
    
    FileAccessDate?: string | ExifDateTime

    🔥 ★★★★ (100%)

    File

    "2025:12:05 15:50:43Z"
    

    File system access date/time. Not stored metadata - file system property. Writable on some systems. Changes when file is read.

    FileCreateDate?: string | ExifDateTime

    🧊 ☆☆☆☆ (0%)

    File

    
    

    File system creation date/time. Not stored metadata - file system property. Writable on some systems. Different from image capture date.

    FileInodeChangeDate?: string | ExifDateTime

    🔥 ★★★★ (100%)

    File

    "2025:12:02 01:24:35Z"
    

    File system inode change date/time (Unix/Linux). Not stored metadata - file system property. Changes when file metadata (permissions, ownership) or content changes. Not available on Windows.

    FileModifyDate?: string | ExifDateTime

    🔥 ★★★★ (100%)

    File

    "2025:10:10 01:04:01Z"
    

    File system modification date/time. Not stored metadata - file system property. Writable. Different from EXIF ModifyDate which tracks user edits.

    FileName?: string

    🔥 ★★★★ (100%)

    File

    "zv_e10m2.jpg"
    

    Name of the file. Not stored metadata - intrinsic file property. Writable: can be used with -o option to set output filename.

    FilePermissions?: string

    🔥 ★★★★ (100%)

    File

    "-rwxrwxr-x"
    
    FileSize?: string

    🔥 ★★★★ (100%)

    File

    "990 bytes"
    

    Size of the file. Not stored metadata - intrinsic file property. Read-only composite calculated from file system.

    FileType?: string

    🔥 ★★★★ (100%)

    File

    "RW2"
    

    File type determined from file content, not extension. Not stored metadata - intrinsic file property. Read-only.

    FileTypeExtension?: string

    🔥 ★★★★ (100%)

    File

    "rw2"
    

    Recommended file extension for this file type. Not stored metadata - intrinsic file property. Read-only.

    ImageDataMD5?: string

    🧊 ☆☆☆☆ (0%)

    File

    
    

    MD5 hash of the actual image data (excluding metadata). Computed by ExifTool, not stored in file. Useful for detecting identical images with different metadata.

    ImageHeight?: number

    🔥 ★★★★ (100%)

    APP, Composite, EXIF, File, MakerNotes, QuickTime, RIFF, XMP

    960
    

    Image height in pixels. Not stored metadata - intrinsic file property. Read-only composite derived from file analysis.

    ImageLength?: number

    🔥 ☆☆☆☆ (0%)

    File, XMP

    4048
    
    ImageWidth?: number

    🔥 ★★★★ (100%)

    APP, Composite, EXIF, File, MakerNotes, QuickTime, RIFF, XMP

    9728
    

    Image width in pixels. Not stored metadata - intrinsic file property. Read-only composite derived from file analysis.

    MakerNoteByteOrder?: string

    🔥 ☆☆☆☆ (3%)

    File

    "Little-endian (Intel, II)"
    
    MIMEType?: string

    🔥 ★★★★ (100%)

    File

    "video/x-msvideo"
    

    MIME type of the file. Not stored metadata - intrinsic file property. Read-only, determined from file content.

    NumColors?: string

    🔥 ☆☆☆☆ (0%)

    File

    "Use BitDepth"
    
    NumImportantColors?: string

    🔥 ☆☆☆☆ (0%)

    File

    "All"
    
    PixelsPerMeterX?: number

    🔥 ☆☆☆☆ (0%)

    File

    0
    
    PixelsPerMeterY?: number

    🔥 ☆☆☆☆ (0%)

    File

    0
    
    Planes?: number

    🔥 ☆☆☆☆ (0%)

    File

    1
    
    PreviewImage?: BinaryField

    🔥 ★★★☆ (30%)

    Composite, EXIF, File, FlashPix, MPF, MakerNotes, QuickTime

    "(Binary data 37244 bytes, use -b option to extract)"
    

    Embedded preview image data extracted from the file. CRITICAL: Writable for updating existing embedded images, but cannot create or delete previews. Can only modify previews that already exist in the file.

    YCbCrSubSampling?: string

    🔥 ★★★★ (100%)

    EXIF, File

    "YCbCr4:4:4 (1 1)"