VideoThumbnailTileOptions: {
    columns: number;
    extendTile?: boolean;
    fill?: boolean;
    focusX?: number;
    focusY?: number;
    rows: number;
    step: number;
    tileHeight: number;
    tileWidth: number;
    trim?: boolean;
}

The video thumbnail tile options

Type declaration

  • columns: number

    The number of columns in the sprite

  • OptionalextendTile?: boolean

    When set to true, imgproxy will extend each tile to the requested size using a black background

  • Optionalfill?: boolean

    When set to true, imgproxy will use the fill resizing type for the tiles

  • OptionalfocusX?: number

    Floating point number between 0 and 1 that define the coordinates of the center of the tile.

  • OptionalfocusY?: number

    Floating point number between 0 and 1 that define the coordinates of the center of the tile.

  • rows: number

    The number of rows in the sprite

  • step: number

    The step of timestamp (in seconds) between video frames that should be used for thumbnail generation

  • tileHeight: number

    The height of the tile

  • tileWidth: number

    The width of the tile

  • Optionaltrim?: boolean

    When set to true, imgproxy will trim th eunused space from the sprite.