taglib-ts
    Preparing search index...

    FLAC picture metadata block. All integer fields are big-endian.

    Layout: pictureType(4) + mimeTypeLength(4) + mimeType(UTF-8) + descriptionLength(4) + description(UTF-8) + width(4) + height(4) + colorDepth(4) + numColors(4) + dataLength(4) + data

    Index

    Constructors

    Properties

    colorDepth: number = 0

    Colour depth (bits per pixel).

    data: ByteVector = ...

    Raw binary image data.

    description: string = ""

    UTF-8 description of the picture.

    height: number = 0

    Image height in pixels.

    mimeType: string = ""

    MIME type string (e.g. "image/jpeg").

    numColors: number = 0

    Number of colours for indexed images, or 0 for non-indexed formats.

    pictureType: FlacPictureType = FlacPictureType.other

    Picture type code as defined by the ID3v2 APIC frame (e.g. 3 = cover art).

    width: number = 0

    Image width in pixels.

    Methods