png-compressor
    Preparing search index...

    Interface IPngMetadataGamma

    A metadata entry that defines the relationship between the image samples and its desired display output intensity.

    interface IPngMetadataGamma {
        type: "gAMA";
        value: number;
    }
    Index

    Properties

    Properties

    type: "gAMA"

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

    value: number

    The gamma value.