mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 20:57:44 +00:00
6.2 KiB
6.2 KiB
GetResizedPhotoRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
width |
float | ✔️ | The width for the resized photo | 110 |
height |
float | ✔️ | The height for the resized photo | 165 |
blur |
float | ✔️ | The width for the resized photo | 0 |
min_size |
operations.MinSize | ✔️ | images are always scaled proportionally. A value of '1' in minSize will make the smaller native dimension the dimension resized against. | |
upscale |
operations.Upscale | ✔️ | allow images to be resized beyond native dimensions. | |
url |
str | ✔️ | path to image within Plex | /library/metadata/49564/thumb/1654258204 |
opacity |
int | ✔️ | The opacity for the resized photo |