> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/bitmap-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/bitmap-plus/components/file/open-bitmap.md).

# Open Bitmap

Open an Bitmap file and return a Bitmap object

## Description

Open an Bitmap file and return a Bitmap object

{% tabs %}
{% tab title="Preview" %}
![](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2FjK6Z06PJKfEz8mkzV3J8%2FComponent-LoadBitmap.png?alt=media\&token=5a3625c7-2ca8-42ef-b091-9eeeaee7dbbf)
{% endtab %}

{% tab title="Location" %}
**Name** | Open Bitmap

**Nickname** | OpenBmp

**Tab** | Bitmap

**Panel** | File

**Division** | 1
{% endtab %}

{% tab title="Inputs" %}
**P** | **File Path** (*Text*) | The path to the bitmap file

**L** | **Load** (*Bool*) | Load the bitmap if true
{% endtab %}

{% tab title="Ouputs" %}
**B** | **Bitmap** (*Bitmap*) | The loaded Bitmap object
{% endtab %}

{% tab title="Mode" %}
![](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2FeV1ulrSGqAXPXGlo6uDD%2Fimage.png?alt=media\&token=fb42f272-523b-4276-8531-df4f25a0a55c)

**Save Image** | Opens a file save dialog to save a raster file of the current image.

**Copy Image to Clipboard** | Copies the image to the clipboard (no alpha)
{% endtab %}
{% endtabs %}

## Usage
