> 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.md).

# Filter

- [Adjustment Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/adjustment-filter.md): Apply a Adjustment filter to an Image
- [Effects Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/effects-filter.md): Apply an Effects filter to an Image
- [Figure Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/figure-filter.md): Apply a Figure filter to an Image
- [Sharpen Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/sharpen-filter.md): Apply a Sharpen filter to an Image
- [Smooth Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/smooth-filter.md): Apply a Smooth filter to an Image
- [Difference Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/difference-filter.md): Apply a Difference filter to an Image
- [Extract Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/extract-filter.md): Apply an Extract filter to an Image
- [Filtering Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/filtering-filter.md): Apply a Filtering filter to an Image
- [Grayscale Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/grayscale-filter.md): Apply a Grayscale filter to an Image
- [Levels Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/levels-filter.md): Apply a Levels filter to an Image
- [Blob Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/blob-filter.md): Apply a Blob filter to an Image
- [Canny Edge Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/canny-edge-filter.md): Apply an Canny Edges filter to an Image
- [Dithering Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/dithering-filter.md): Apply a Dithering filter to an Image
- [Edges Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/edges-filter.md): Apply an Edges filter to an Image
- [Streak Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/streak-filter.md): Apply a Streak filter to an Image
- [Threshold Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/threshold-filter.md): Apply a Threshold filter to an Image
- [Convolution Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/convolution-filter.md): Apply a Convolution filter to an Image
- [Iterate Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter/iterate-filter.md): Iteratively apply filters to a bitmap


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://interopxyz.gitbook.io/bitmap-plus/components/filter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
