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

    Type Alias ContainerWriter

    ContainerWriter: (
        original: Uint8Array,
        tags: Record<string, TagValue>,
    ) => WriteOutcome

    Container writer function signature. Takes original bytes and tags, returns new bytes with updated metadata.

    Type Declaration