@jellyfin/sdk
    Preparing search index...

    Interface ImageApiHeadPersonImageByIndexRequest

    Request parameters for headPersonImageByIndex operation in ImageApi.

    ImageApiHeadPersonImageByIndexRequest

    interface ImageApiHeadPersonImageByIndexRequest {
        backgroundColor?: string;
        blur?: number;
        fillHeight?: number;
        fillWidth?: number;
        foregroundLayer?: string;
        format?: ImageFormat;
        height?: number;
        imageIndex: number;
        imageType: ImageType;
        maxHeight?: number;
        maxWidth?: number;
        name: string;
        percentPlayed?: number;
        quality?: number;
        tag?: string;
        unplayedCount?: number;
        width?: number;
    }
    Index

    Properties

    backgroundColor?: string

    Optional. Apply a background color for transparent images.

    ImageApiHeadPersonImageByIndex

    blur?: number

    Optional. Blur image.

    ImageApiHeadPersonImageByIndex

    fillHeight?: number

    Height of box to fill.

    ImageApiHeadPersonImageByIndex

    fillWidth?: number

    Width of box to fill.

    ImageApiHeadPersonImageByIndex

    foregroundLayer?: string

    Optional. Apply a foreground layer on top of the image.

    ImageApiHeadPersonImageByIndex

    format?: ImageFormat

    Determines the output format of the image - original,gif,jpg,png.

    ImageApiHeadPersonImageByIndex

    height?: number

    The fixed image height to return.

    ImageApiHeadPersonImageByIndex

    imageIndex: number

    Image index.

    ImageApiHeadPersonImageByIndex

    imageType: ImageType

    Image type.

    ImageApiHeadPersonImageByIndex

    maxHeight?: number

    The maximum image height to return.

    ImageApiHeadPersonImageByIndex

    maxWidth?: number

    The maximum image width to return.

    ImageApiHeadPersonImageByIndex

    name: string

    Person name.

    ImageApiHeadPersonImageByIndex

    percentPlayed?: number

    Optional. Percent to render for the percent played overlay.

    ImageApiHeadPersonImageByIndex

    quality?: number

    Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.

    ImageApiHeadPersonImageByIndex

    tag?: string

    Optional. Supply the cache tag from the item object to receive strong caching headers.

    ImageApiHeadPersonImageByIndex

    unplayedCount?: number

    Optional. Unplayed count overlay to render.

    ImageApiHeadPersonImageByIndex

    width?: number

    The fixed image width to return.

    ImageApiHeadPersonImageByIndex