mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
20 lines
322 B
Markdown
20 lines
322 B
Markdown
# Format
|
|
|
|
The output format for the image; defaults to jpg
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Format } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: Format = Format.Jpg;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------ | ------ |
|
|
| `Jpg` | jpg |
|
|
| `Jpeg` | jpeg |
|
|
| `Png` | png |
|
|
| `Ppm` | ppm | |