# Load Image(s)

This is a supporting function for the **Quick Displacement** operator since it can also use image textures to create the displacement effect.

Clicking the operator will open up an image browser where you can navigate to where your desired image file is so you can add it in Blender.

<figure><img src="/files/njU47PagSVm4FFQ2aGgj" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

Once found, select your image file and click the **Load Image(s)** button. Alternatively, you can cancel the operation using the **Cancel** button next to it.

Using this feature is so much faster than manually doing it in Blender. You can also just utilize it for quickly loading image textures besides its intended use for the **Quick Displacement** operator.


---

# 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://www.blenderguppy.com/add-ons/random-flow/functions/utility/load-image-s.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.
