---
title: "Image List"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/constant/imagelist
markdown: https://docs.nodetool.ai/nodes/nodetool/constant/imagelist.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/constant/imagelist.md
---

# Image List

**Type:** `nodetool.constant.ImageList`

**Namespace:** `nodetool.constant`

## Description

Represents a list of image file constants in the workflow.
    pictures, photos, images, collection

    Use cases:
    - Provide a fixed list of images for batch processing
    - Reference multiple image files in the workflow
    - Set default image list for testing or demonstration purposes

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| value | `list[image]` | List of image references | null |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[image]` |  |

## Related Nodes

Browse other nodes in the [nodetool.constant](./) namespace.
