> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Map Bitmap to Plane

Place a bitmap on a plane. Bitmaps are mapped from their center to the center of the target plane. Bitmaps are displayed in the viewport.

### Inputs

| Name               | Type                                                   | Description                                               |
| ------------------ | ------------------------------------------------------ | --------------------------------------------------------- |
| Bitmap             | [Bitmap](../../../../block-documentation/types/bitmap) | Bitmap file to map.                                       |
| Plane              | [Plane](../../../../block-documentation/types/plane)   | Plane to map the bitmap to.                               |
| Interpolation type | Interpolation Enum                                     | Interpolation type used to convert a bitmap into a field. |
| Length             | [Scalar](../../../../block-documentation/types/scalar) | Optional input to resize the length of the bitmap.        |
| Width              | [Scalar](../../../../block-documentation/types/scalar) | Optional input to resize the width of the bitmap.         |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Planar Image](../../../../block-documentation/types/planar-image) |
