> 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/save-bitmap.md).

# Save Bitmap

## Description

Save an Image or Bitmap to File

{% tabs %}
{% tab title="Preview" %}
![](/files/D5r8C3gZB6IxAFMDSgfG)
{% endtab %}

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

**Nickname** | SaveBmp

**Tab** | Bitmap

**Panel** | File

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

{% tab title="Inputs" %}
**I** | **Image / Bitmap** (*B+ Image, Bitmap*) | An Image or Bitmap

**F** | **Folder Path** (*Text*) | The folder path to save the file

**N** | **File Name** (*Text*) | The file name for the bitmap

<mark style="color:blue;">**E**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">|</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**Extension**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">(</mark>*<mark style="color:blue;">Integer</mark>*<mark style="color:blue;">) | File type extension</mark>&#x20;

**S** | **Save** (*Bool*) | If true, save image file
{% endtab %}

{% tab title="Ouputs" %}
**P** | **Filepath** (*Text*) | The full path to the new file
{% endtab %}

{% tab title="Mode" %}
![](/files/S9AJm2ah8I4pcmsLkijU)

**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 %}

### **Extension**

<details>

<summary><strong>Extension</strong> Enumerable</summary>

* png = 0
* jpeg = 1
* bmp = 2
* tiff = 3

</details>

## Usage
