# COMPONENTS

- [Visualize](https://interopxyz.gitbook.io/bitmap-plus/components/visualize.md)
- [Prev Image](https://interopxyz.gitbook.io/bitmap-plus/components/visualize/prev-image.md): Previews a bitmap image
- [Create](https://interopxyz.gitbook.io/bitmap-plus/components/create.md)
- [Build Bitmap](https://interopxyz.gitbook.io/bitmap-plus/components/create/build-bitmap.md): Bitmap from a width, height, colors
- [Procedural Cellular](https://interopxyz.gitbook.io/bitmap-plus/components/create/procedural-cellular.md): Generate a procedural cellular image
- [Procedural Noise](https://interopxyz.gitbook.io/bitmap-plus/components/create/procedural-noise.md): Generate a procedural noise image
- [Procedural Fractal Pass](https://interopxyz.gitbook.io/bitmap-plus/components/create/procedural-fractal-pass.md): Generate a procedural fractal pass on Cellular or Noise
- [Image to Bitmap](https://interopxyz.gitbook.io/bitmap-plus/components/create/image-to-bitmap.md): Bitmap Plus Image to a Bitmap
- [Filter](https://interopxyz.gitbook.io/bitmap-plus/components/filter.md)
- [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
- [Edit](https://interopxyz.gitbook.io/bitmap-plus/components/edit.md)
- [Swap 2 Channels](https://interopxyz.gitbook.io/bitmap-plus/components/edit/swap-2-channels.md): Swap one bitmap channel for another one.
- [Replace Channels](https://interopxyz.gitbook.io/bitmap-plus/components/edit/replace-channels.md): Replace the Channels of a Bitmap
- [Analysis](https://interopxyz.gitbook.io/bitmap-plus/components/analysis.md)
- [Bitmap Properties](https://interopxyz.gitbook.io/bitmap-plus/components/analysis/bitmap-properties.md): Bitmap properties
- [Deconstruct Bitmap](https://interopxyz.gitbook.io/bitmap-plus/components/analysis/deconstruct-bitmap.md): Deconstruct a Bitmap into colors
- [Evaluate Bitmap](https://interopxyz.gitbook.io/bitmap-plus/components/analysis/evaluate-bitmap.md): Evaluates a color at the x and y parameters of a bitmap
- [Get Pixel](https://interopxyz.gitbook.io/bitmap-plus/components/analysis/get-pixel.md): Get the color from a bitmap a pixel location
- [Transform](https://interopxyz.gitbook.io/bitmap-plus/components/transform.md)
- [Crop Image](https://interopxyz.gitbook.io/bitmap-plus/components/transform/crop-image.md): Crop an Image
- [Mirror Image](https://interopxyz.gitbook.io/bitmap-plus/components/transform/mirror-image.md): Mirror an Image
- [Polar Image](https://interopxyz.gitbook.io/bitmap-plus/components/transform/polar-image.md): Apply a Polar Transformation to an Image
- [Move Image](https://interopxyz.gitbook.io/bitmap-plus/components/transform/move-image.md): Move an Image
- [Resize Image](https://interopxyz.gitbook.io/bitmap-plus/components/transform/resize-image.md): Resize an Image
- [Rotate Image](https://interopxyz.gitbook.io/bitmap-plus/components/transform/rotate-image.md): Rotate an Image
- [Scale Image](https://interopxyz.gitbook.io/bitmap-plus/components/transform/scale-image.md): Scale an Image
- [Shrink Image](https://interopxyz.gitbook.io/bitmap-plus/components/transform/shrink-image.md): Shrink an Image
- [Layers](https://interopxyz.gitbook.io/bitmap-plus/components/layers.md)
- [Merge Images](https://interopxyz.gitbook.io/bitmap-plus/components/layers/merge-images.md): Merge Images into a single image.
- [Set Layer](https://interopxyz.gitbook.io/bitmap-plus/components/layers/set-layer.md): Applies a layer to an image
- [Modify Layer](https://interopxyz.gitbook.io/bitmap-plus/components/layers/modify-layer.md): Modify a layer
- [Transform Layers](https://interopxyz.gitbook.io/bitmap-plus/components/layers/transform-layers.md): Transform a layer
- [File](https://interopxyz.gitbook.io/bitmap-plus/components/file.md)
- [Open Bitmap](https://interopxyz.gitbook.io/bitmap-plus/components/file/open-bitmap.md): Open an Bitmap file and return a Bitmap object
- [Save Bitmap](https://interopxyz.gitbook.io/bitmap-plus/components/file/save-bitmap.md): Save an Image or Bitmap to File
- [Vectorize](https://interopxyz.gitbook.io/bitmap-plus/components/vectorize.md)
- [Bitmap Blobs](https://interopxyz.gitbook.io/bitmap-plus/components/vectorize/bitmap-blobs.md): Get Blobs from a Bitmap
- [Bitmap Corners](https://interopxyz.gitbook.io/bitmap-plus/components/vectorize/bitmap-corners.md): Get Corners from Bitmap Figures
- [Bitmap Shapes](https://interopxyz.gitbook.io/bitmap-plus/components/vectorize/bitmap-shapes.md): Get Shapes from a Bitmap
- [Trace Bitmap](https://interopxyz.gitbook.io/bitmap-plus/components/vectorize/trace-bitmap.md): Trace 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:

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

The question should be specific, self-contained, and written in natural language.
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.
