> ## Documentation Index
> Fetch the complete documentation index at: https://colin-feat-client-cache-mode.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Image

Defined in: [server/tool.ts:7](https://github.com/PrefectHQ/fastmcp-ts/blob/8976c37f79efa6b87809b884f29a1f235a8c4ad1/src/server/tool.ts#L7)

## Constructors

### Constructor

```ts theme={null}
new Image(buffer, mimeType): Image;
```

Defined in: [server/tool.ts:8](https://github.com/PrefectHQ/fastmcp-ts/blob/8976c37f79efa6b87809b884f29a1f235a8c4ad1/src/server/tool.ts#L8)

#### Parameters

##### buffer

`Uint8Array`\<`ArrayBufferLike`> | `Buffer`\<`ArrayBufferLike`>

##### mimeType

`string`

#### Returns

`Image`

## Properties

### buffer

```ts theme={null}
readonly buffer: Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>;
```

Defined in: [server/tool.ts:9](https://github.com/PrefectHQ/fastmcp-ts/blob/8976c37f79efa6b87809b884f29a1f235a8c4ad1/src/server/tool.ts#L9)

***

### mimeType

```ts theme={null}
readonly mimeType: string;
```

Defined in: [server/tool.ts:10](https://github.com/PrefectHQ/fastmcp-ts/blob/8976c37f79efa6b87809b884f29a1f235a8c4ad1/src/server/tool.ts#L10)
