# Image Rendering

Depence offers high-quality image rendering in up to 8K\* resolution. To render your current Scene as an image navigate to the **Main menu** > **Rendering** > **Render Image...**

![](/files/-MhI_kaA1c-JaNNpG7qD)

<figure><img src="/files/6Zc2sTxmSnm8zLiKJNOj" alt=""><figcaption></figcaption></figure>

With the Width & Height settings, you can define the target resolution of your image, which can be also selected from the Presets list. The dialog also gives quick access to the current Render Settings.

{% hint style="danger" %}
Please note, that the maximum resolution may depend on your graphics hardware and available video memory! The rendering will force the engine to resize all its internal image buffers (which are a lot) to the target resolution, which can easily reach several GB in storage.
{% endhint %}

### **Output file**

The output type can be defined next to the resolution. If "Save in project folder" is checked, it will save the image automatically into the project folder's "Renders" folder, otherwise a save dialog will appear.

### **Multisampling**

Multisampling is the most performance/quality related option. It defines how often each pixel will be computed to render high-quality anti-aliasing and detailed light beams. Please note, that a Multisample factor of 8x might also multiply the time to render by 8.

### Panorama Rendering

The Panorama option will render a 360° spherical mapped image. This can be used for VR applications.&#x20;

###


---

# 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://help.depence.com/depence-rendering/depence-image-rendering.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.
