png-compressor
    Preparing search index...

    Interface IPngMetadataExif

    A metadata entry that defines an image's EXIF (Exchangeable image file format) data which contains various addition metadata on an image, typically added by digital cameras, scanners, etc.

    interface IPngMetadataExif {
        type: "eXIf";
        value: ArrayBuffer;
    }
    Index

    Properties

    Properties

    type: "eXIf"

    The type of metadata, this is typically the name of the chunk from which is originates.

    The raw EXIF buffer.