> 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/filter/streak-filter.md).

# Streak Filter

Apply a Streak filter to an Image

## Description

Apply a Streak filter to an Image

{% tabs %}
{% tab title="Preview" %}
![](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2FB4kHdzcFPmn3ZUHlHdJT%2FComponent-FilterStreak.png?alt=media\&token=ae79433a-e243-4640-9e51-e42580c16fec)
{% endtab %}

{% tab title="Location" %}
**Name** | Streak Filter

**Nickname** | Streak

**Tab** | Bitmap

**Panel** | Filter

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

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

<mark style="color:blue;">**M**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">|</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**Mode**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">(</mark>*<mark style="color:blue;">Integer</mark>*<mark style="color:blue;">) | Select filter mode</mark>

**B** | **Borders** (*Bool*) | Process Gaps

**T** | **Threshold** (*Number*) | The pixel threshold
{% endtab %}

{% tab title="Ouputs" %}
**I** | **Image** (*B+ Image*) | A Bitmap Plus Image
{% 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 %}

### **Filter** Mode

<details>

<summary><strong>Filter</strong> Mode Enumerable</summary>

* Horizontal Bands = 0
* Vertical Bands = 1
* Fill Holes = 2

</details>

## Usage

### Streak Mode Samples

![Fill Holes](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2FkBq7tHqdRJHcqm2vcDAT%2FFill.jpg?alt=media\&token=a808ac9f-1fcc-4148-9c39-d6529f71589d) ![Horizontal](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2FCiX4YPKrNiUSNwmp3idz%2FHorizontal.jpg?alt=media\&token=6902332f-614e-450c-86a1-228ba8809a39) ![Vertical](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2FSDFQ9394D1iPnC87N4ia%2FVertical.jpg?alt=media\&token=8da9ddf8-7636-483f-acf0-e5f380baaaba)
