@ctrl/plex
    Preparing search index...

    Interface TranscodeImageOptions

    interface TranscodeImageOptions {
        height: number;
        minSize?: number;
        opacity?: number;
        upscale?: number;
        url: string;
        width: number;
    }
    Index

    Properties

    height: number

    Height of the transcoded image.

    minSize?: number

    Minimum size (0 or 1).

    opacity?: number

    Opacity (0-100).

    upscale?: number

    Upscale the image (0 or 1).

    url: string

    URL of the image to transcode.

    width: number

    Width of the transcoded image.