# Pixel Art 16-Bit Forest Fox Generator

**Use case:** 

Generate 16-bit pixel art from a text prompt with a forest color palette. Returns generated and optimized image URLs plus model details.

## Input

```json
{
  "description": "A cute 16-bit forest fox sitting under a glowing tree, magical woodland scene",
  "style": "16-bit",
  "width": 128,
  "height": 128,
  "colorPalette": "forest-whisper",
  "temperature": 0.8
}
```

## Output

```json
{
  "generatedImageUrl": {
    "label": "Generated Image",
    "format": "image"
  },
  "optimizedImageUrl": {
    "label": "Optimized Image",
    "format": "image"
  },
  "style": {
    "label": "Style"
  },
  "dimensions": {
    "label": "Dimensions"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Pixel Art Generator](https://apify.com/parseforge/pixel-art-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/pixel-art-generator) to learn more, explore other use cases, and run it yourself.