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

# Bitmap Properties

Bitmap properties

## Description

Get a bitmap's properties

{% tabs %}
{% tab title="Preview" %}
![](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2FnPOj4URAPQcOVmkL7QYt%2FComponent-BitmapProperties.png?alt=media\&token=5d414c2b-73de-44d8-b4df-092a748ea990)
{% endtab %}

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

**Nickname** | BmpProp

**Tab** | Bitmap

**Panel** | Analysis

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

{% tab title="Inputs" %}
**I** | **Image** (*B+ Image, Bitmap*) | A Bitmap Plus Image or Bitmap
{% endtab %}

{% tab title="Ouputs" %}
**B** | **Boundary** (*Rectangle*) | The rectangular boundary of the bitmap in pixels

**W** | **Width** (*Integer*) | The bitmap pixel width

**H** | **Height** (*Integer*) | The bitmap pixel height

**X** | **Horizontal Resolution** (*Integer*) | The resolution (dpi / ppi) in the X direction

**Y** | **Vertical Resolution** (*Integer*) | The resolution (dpi / ppi) in the Y direction

**F** | **Format** (*Text*) | The bitmap's pixel format
{% endtab %}

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

## Usage
