> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/three-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/three-plus/components/output/deserialize-bitmap.md).

# DeSerialize Bitmap

De-Serialize a byte array string to a Bitmap

## Description

De-Serialize a byte array string representation of a bitmap to a System.Drawing.Bitmap.&#x20;

{% hint style="info" %} <mark style="color:blue;">Useful for restoring an internalized Bitmap.</mark>
{% endhint %}

{% tabs %}
{% tab title="Preview" %}
![](https://2542354621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbH1SBOktQqL8caPM2Xpc%2Fuploads%2Fr3dEGsG1EgZuwq1OCX4H%2FOutput-DeSerializeBitmap.png?alt=media\&token=e59f7442-8757-4208-b444-93e2a1689c62)
{% endtab %}

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

**Nickname** | DeSerBmp

**Tab** | ThreeJs

**Panel** | Output

**Division** | 3
{% endtab %}

{% tab title="Inputs" %}
**T** | **Serialized Bitmap** (*Text*) | Serialized Bitmap text.
{% endtab %}

{% tab title="Ouputs" %}
**B** | **Bitmap** (*Bitmap*) | A System.Drawing.Bitmap image object&#x20;
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage
