mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +00:00
14 lines
6.2 KiB
Markdown
14 lines
6.2 KiB
Markdown
# GetResizedPhotoRequest
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `Width` | *double* | :heavy_check_mark: | The width for the resized photo | 110 |
|
|
| `Height` | *double* | :heavy_check_mark: | The height for the resized photo | 165 |
|
|
| `Opacity` | *long* | :heavy_check_mark: | The opacity for the resized photo | |
|
|
| `Blur` | *double* | :heavy_check_mark: | The width for the resized photo | 0 |
|
|
| `MinSize` | [MinSize](../../Models/Requests/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` | [Upscale](../../Models/Requests/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 | |