png-compressor
    Preparing search index...

    Interface IPngMetadataStandardRgbColorSpace

    A metadata entry that defines the image's rendering intent.

    interface IPngMetadataStandardRgbColorSpace {
        renderingIntent: RenderingIntent;
        type: "sRGB";
    }
    Index

    Properties

    renderingIntent: RenderingIntent

    The rendering intent as defined by the International Color Consortium (ICC).

    type: "sRGB"

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