Server
Get a Resized Photo
Plex’s Photo transcoder is used throughout the service to serve images at specified sizes.
GET
{protocol}://{ip}:{port}
/
photo
/
:
/
transcode
Authorizations
X-Plex-Token
string
headerrequiredPlex Authentication Token
Query Parameters
width
number
requiredThe width for the resized photo
height
number
requiredThe height for the resized photo
opacity
integer
default: 100requiredThe opacity for the resized photo
blur
number
requiredThe width for the resized photo
minSize
enum<integer>
requiredimages are always scaled proportionally. A value of '1' in minSize will make the smaller native dimension the dimension resized against.
Available options:
0
, 1
upscale
enum<integer>
requiredallow images to be resized beyond native dimensions.
Available options:
0
, 1
url
string
requiredpath to image within Plex