# Image Sequence

<figure><img src="/files/SN5ngjczCtbFq0JOdbP7" alt=""><figcaption></figcaption></figure>

These settings define default behaviors when exporting media as **image sequences**. All options can be overridden on a per-export-job basis.

***

**Folder & File Naming Options**

* **Create New Folder**\
  When enabled, a new folder will automatically be created for each image sequence export.
* **Index Prefix**\
  Sets the default **prefix** added before the numbered frame index in the filename (e.g., `Frame_0001.dpx`).
* **Index Min. Size**\
  Defines the minimum number of digits in the index (e.g., `0001`, `001`, etc.).
* **Index Offset**\
  Controls how the starting frame index is calculated:
  * `0` – Start at frame 0
  * `1` – Start at frame 1
  * `Offset` – Start at the image sequence's frame offset
  * `TC` – Start based on the Timecode offset
  * `Still/Offset` – Same as Offset, also applies when exporting a single still
  * `Still/TC` – Same as TC, also applies when exporting a single still image

***

**Format-Specific Settings**

* **EXR Compression**\
  Sets the default compression method used when exporting to **OpenEXR**.
* **EXR Zip Comp Level**\
  Defines the compression level for **ZIP**-based EXR exports.
* **EXR DWA Comp Level**\
  Sets the compression level for **DWA**-based EXR exports.
* **JPEG Encode Quality**\
  Sets the default quality (1–100) for **JPEG image sequence** exports.
* **PNG Comp Level**\
  Sets the compression level (0–9) for **PNG image sequence** exports.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.calibratedsoftware.com/tin-man/tin-man-desktop/preferences/export-media/image-sequence.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
