mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 12:37:47 +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 |
opacity |
int | ✔️ | The opacity for the resized photo | |
blur |
float | ✔️ | The width for the resized photo | 0 |
minSize |
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 |
string | ✔️ | path to image within Plex | /library/metadata/49564/thumb/1654258204 |