> For the complete documentation index, see [llms.txt](https://help.depence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.depence.com/depence-rendering/depence-image-rendering/long-exposure-rendering.md).

# Long Exposure Rendering

Especially for scenes with particle effects like fountains or firework this feature can create stunning renders with motion blur. It simply simulates the shutter time of a camera to create long-exposure images. To keep things simple, you don't have to worry about intensities and exposure settings here. The renderer will handle this automatically.

To create a Long-Exposure render, you need to have a show file loaded and a loop-region defined. These regions can be as long in time as needed, but shouln't be too long, because each frame inside that region will be rendered. To get best results, try to set the option between 1 and 5 sec..&#x20;

<figure><img src="/files/tzLECVTx72HxH5FYWRRk" alt=""><figcaption><p>Defined lopp-region</p></figcaption></figure>

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

### Exposure Curve

In real life, the accumulation of light on a film does not happen linear. Using the exposure curve you can define how samples should be accumulated to create different looks. The final result depends on the overall exposure time (defined with the loop region in the timeline) and the exposure curve.&#x20;

To make artistically changes easier, the overall internsity of the image will be weights automatically, even in very long exposure times.&#x20;

#### Example 1

<div align="left"><figure><img src="/files/0IjpDaSOyh2q8jVxZV5S" alt=""><figcaption></figcaption></figure> <figure><img src="/files/h1napnMDghZNj9DeusX5" alt=""><figcaption></figcaption></figure></div>

#### Example 2

<div><figure><img src="/files/WpK5UB2vPyNMEcBSTUjB" alt=""><figcaption></figcaption></figure> <figure><img src="/files/F8R5iE2vEjO45tnC0cDl" alt=""><figcaption></figcaption></figure></div>

#### Example 3

<div><figure><img src="/files/C8PN3DkHFKwiLZOk62I6" alt=""><figcaption></figcaption></figure> <figure><img src="/files/6rstwyMCL36BQpotMCDe" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.depence.com/depence-rendering/depence-image-rendering/long-exposure-rendering.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
