---
title: "Sketch Layers"
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/sketch/sketchlayers
markdown: https://docs.nodetool.ai/nodes/nodetool/sketch/sketchlayers.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/sketch/sketchlayers.md
---

# Sketch Layers

**Type:** `nodetool.sketch.SketchLayers`

**Namespace:** `nodetool.sketch`

## Description

Extract each visible layer of a sketch document as a separate image.
    sketch, layers, split, extract

    Use cases:
    - Process foreground/background layers through different pipelines
    - Batch-restyle each layer of a composition independently
    - Feed named layers into compositing or animation nodes

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| sketch | `sketch` | The sketch document to split into layer images. | `{"type":"sketch","id":null,"data":null}` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| layers | `list[image]` |  |
| names | `list[str]` |  |

## Related Nodes

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