png-compressor
    Preparing search index...

    Interface IPngMetadataEmbeddedIccProfile

    A metadata entry that defines an ICC profile as defined by the International Color Consortium.

    interface IPngMetadataEmbeddedIccProfile {
        data: Uint8Array;
        name: string;
        type: "iCCP";
    }
    Index

    Properties

    Properties

    The raw bytes of the embedded ICC profile.

    name: string

    The name of the profile.

    type: "iCCP"

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