mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
6.2 KiB
6.2 KiB
GetResizedPhotoRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Width |
float64 | ✔️ | The width for the resized photo | 110 |
Height |
float64 | ✔️ | The height for the resized photo | 165 |
Opacity |
int64 | ✔️ | The opacity for the resized photo | |
Blur |
float64 | ✔️ | 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 |