> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-drtangible-wip-test-inline-tag.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# WeaveImage

> TypeScript SDK reference

Defined in: [src/media.ts:15](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/media.ts#L15)

## Extends

* `WeaveImageInput`

## Properties

### \_weaveType

> **\_weaveType**: `"Image"`

Defined in: [src/media.ts:16](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/media.ts#L16)

***

### data

> **data**: `Buffer`

Defined in: [src/media.ts:11](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/media.ts#L11)

#### Inherited from

`WeaveImageInput.data`

***

### imageType

> `optional` **imageType**: `"png"` | `"jpeg"` | `"webp"`

Defined in: [src/media.ts:12](https://github.com/wandb/weave/blob/7c9efdc9fe05ffcaf2430dd652ef9bc5b3ffdfaa/sdks/node/src/media.ts#L12)

#### Inherited from

`WeaveImageInput.imageType`
