# PhotoCaptureFileOutputFormat

> Image Encoding Format.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Windows.WebCam](/engine/6000.3/script-reference/unityengine/windows/webcam.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum PhotoCaptureFileOutputFormat
```

## Remarks

The image encoding format that should be used when saving the texture to disk.

## Fields

| Value                                                                                                 | Description    |
| ----------------------------------------------------------------------------------------------------- | -------------- |
| [JPG](/engine/6000.3/script-reference/unityengine/windows/webcam/photocapturefileoutputformat/jpg.md) | JPEG Encoding. |
| [PNG](/engine/6000.3/script-reference/unityengine/windows/webcam/photocapturefileoutputformat/png.md) | PNG Encoding.  |
