# TranscodeImageRequest ## Fields | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `Accepts` | [Accepts](../../Models/Components/Accepts.md) | :heavy_minus_sign: | Indicates the client accepts the indicated media types | | | `ClientIdentifier` | *string* | :heavy_minus_sign: | An opaque identifier unique to the client | abc123 | | `Product` | *string* | :heavy_minus_sign: | The name of the client product | Plex for Roku | | `Version` | *string* | :heavy_minus_sign: | The version of the client application | 2.4.1 | | `Platform` | *string* | :heavy_minus_sign: | The platform of the client | Roku | | `PlatformVersion` | *string* | :heavy_minus_sign: | The version of the platform | 4.3 build 1057 | | `Device` | *string* | :heavy_minus_sign: | A relatively friendly name for the client device | Roku 3 | | `Model` | *string* | :heavy_minus_sign: | A potentially less friendly identifier for the device model | 4200X | | `DeviceVendor` | *string* | :heavy_minus_sign: | The device vendor | Roku | | `DeviceName` | *string* | :heavy_minus_sign: | A friendly name for the client | Living Room TV | | `Marketplace` | *string* | :heavy_minus_sign: | The marketplace on which the client application is distributed | googlePlay | | `Url` | *string* | :heavy_minus_sign: | The source URL for the image to transcode. Note, if this URL requires a token such as `X-Plex-Token`, it should be given as a query parameter to this url. | /library/metadata/265/thumb/1715112705 | | `Format` | [Models.Requests.Format](../../Models/Requests/Format.md) | :heavy_minus_sign: | The output format for the image; defaults to jpg | | | `Width` | *long* | :heavy_minus_sign: | The desired width of the output image | | | `Height` | *long* | :heavy_minus_sign: | The desired height of the output image | | | `Quality` | *long* | :heavy_minus_sign: | The desired quality of the output. -1 means the highest quality. Defaults to -1 | | | `Background` | *string* | :heavy_minus_sign: | The background color to apply before painting the image. Only really applicable if image has transparency. Defaults to none | #ff5522 | | `Upscale` | [BoolInt](../../Models/Components/BoolInt.md) | :heavy_minus_sign: | Indicates if image should be upscaled to the desired width/height. Defaults to false | 1 | | `MinSize` | [BoolInt](../../Models/Components/BoolInt.md) | :heavy_minus_sign: | Indicates if image should be scaled to fit the smaller dimension. By default (false) the image is scaled to fit within the width/height specified but if this parameter is true, it will allow overflowing one dimension to fit the other. Essentially it is making the width/height minimum sizes of the image or sizing the image to fill the entire width/height even if it overflows one dimension. | 1 | | `Rotate` | [BoolInt](../../Models/Components/BoolInt.md) | :heavy_minus_sign: | Obey the rotation values specified in EXIF data. Defaults to true. | 1 | | `Blur` | *long* | :heavy_minus_sign: | Apply a blur to the image, Defaults to 0 (none) | | | `Saturation` | *long* | :heavy_minus_sign: | Scale the image saturation by the specified percentage. Defaults to 100 | | | `Opacity` | *long* | :heavy_minus_sign: | Render the image at the specified opacity percentage. Defaults to 100 | | | `ChromaSubsampling` | [ChromaSubsampling](../../Models/Requests/ChromaSubsampling.md) | :heavy_minus_sign: | Use the specified chroma subsambling.
- 0: 411
- 1: 420
- 2: 422
- 3: 444
Defaults to 3 (444) | | | `BlendColor` | *string* | :heavy_minus_sign: | The color to blend with the image. Defaults to none | #ff5522 |