png-compressor
    Preparing search index...

    Interface IPngMetadataLastModificationTime

    A metadata entry that defines the last modification time of the image.

    interface IPngMetadataLastModificationTime {
        type: "tIME";
        value: Date;
    }
    Index

    Properties

    Properties

    type: "tIME"

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

    value: Date

    The last modification time.