@woss/exiftool - v0.3.1
    Preparing search index...

    Interface WriteOutcome

    Result of a container write operation.

    interface WriteOutcome {
        bytes: Uint8Array;
        written: string[];
        skipped: string[];
    }
    Index
    bytes: Uint8Array

    New image bytes with updated metadata

    written: string[]

    Successfully written tag names

    skipped: string[]

    Skipped tag names