> For the complete documentation index, see [llms.txt](https://sneakyevil.gitbook.io/sleeping-dogs-de-script-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sneakyevil.gitbook.io/sleeping-dogs-de-script-api/classes/image.md).

# Image

Functions for initialization of image for renderer. (Scripts\Images\\...)

### Properties:

| Name | Type                | Description       |
| ---- | ------------------- | ----------------- |
| size | Vector2 (Read Only) | Size of the image |

### Static Functions:

#### .Add

`Image.Add(name: string)`: Image

| Argument | Type   | Description        |
| -------- | ------ | ------------------ |
| name     | string | File name of image |

Creates a new Image object.

### Functions:

#### .Remove

`Image_Object.Remove()`

Removes a Image object. Please note that `Image_Object` will not become null.
