# Texture Conversion

The Auto-Converter allows to directly convert a Texture when importing it. Clicking it on the top left corner of the Interface enables it.

![Auto-Converter OFF](/files/OKmDZMbDXAPdbZM66iJ2) ![Auto-Converter ON](/files/MfEhUtbokkW1CKzOXRG4)

When using shaders, some texture are used to sample Colors, or Values. As such they are sampled differentely. For example a Color map is sampled as sRGB Color, and this message will pop up in the console is the texture is not of that format (for example, in RAW Color or grayscale).

![Imported a Normalmap as a color](/files/JXxPTB16cBe0gwTpvfEW)

If the auto-converter is enabled however, the Texture map will be automatically converted and sampled as the correct format. This is especially useful for ORM maps that are often imported unmodified even though they aren't in the correct format by default.&#x20;

![The Converter set the imported texture as the expected format for the channel it's used for.](/files/yaPQr5cYpESMGVjCWmIK)

The correct format is indicated in the left corner of the channel area (for example, "Should use sRGB Color").

If the Auto-Converter is off and a texture does not have the correct type, a button will appear and allow you to manually convert the texture when clicked.

![Button clicked to manually convert the texture.](/files/c9S5QBq6bR04YyvSX6BV)

{% hint style="danger" %}
NOTE : If the textures are used elsewhere, changing their sampling type WILL mess up other materials using them !&#x20;

Be sure to only use the converter with textures only used for the Landscape !
{% endhint %}


---

# 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://sylvl.gitbook.io/panoramake-legacy-docs/interface-overview/texture-conversion.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.
