Files
plexphp/docs/Models/Operations/GetResizedPhotoRequest.md

14 lines
6.2 KiB
Markdown

# GetResizedPhotoRequest
## Fields
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `width` | *float* | :heavy_check_mark: | The width for the resized photo | 110 |
| `height` | *float* | :heavy_check_mark: | The height for the resized photo | 165 |
| `opacity` | *int* | :heavy_check_mark: | The opacity for the resized photo | |
| `blur` | *float* | :heavy_check_mark: | The width for the resized photo | 0 |
| `minSize` | [Operations\MinSize](../../Models/Operations/MinSize.md) | :heavy_check_mark: | images are always scaled proportionally. A value of '1' in minSize will make the smaller native dimension the dimension resized against. | |
| `upscale` | [Operations\Upscale](../../Models/Operations/Upscale.md) | :heavy_check_mark: | allow images to be resized beyond native dimensions. | |
| `url` | *string* | :heavy_check_mark: | path to image within Plex | /library/metadata/49564/thumb/1654258204 |