# Manga Colorizer Watercolor Dreamy Tool

**Use case:** 

Colorize black-and-white manga panels with soft dreamy watercolor tones while preserving lineart and text. Returns colorized and optimized image URLs.

## Input

```json
{
  "imageUrls": [
    "https://raw.githubusercontent.com/OValery16/Manga-colorization---cycle-gan/master/image/image_manga3.png"
  ],
  "colorizationStyle": "watercolor-dreamy",
  "customPrompt": "Colorize with soft watercolor tones, dreamy pastel palette, gentle gradients, preserve all lineart and text",
  "removeAllTexts": false,
  "colorStyle": "pastel",
  "upscale4K": false
}
```

## Output

```json
{
  "inputImageUrl": {
    "label": "Original Image",
    "format": "image"
  },
  "colorizedImageUrl": {
    "label": "Colorized Image",
    "format": "image"
  },
  "optimizedImageUrl": {
    "label": "Optimized Image",
    "format": "image"
  },
  "processingTime": {
    "label": "Processing Time (ms)",
    "format": "number"
  },
  "timestamp": {
    "label": "Processed At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Modern Manga Colorizer](https://apify.com/parseforge/modern-manga-colorizer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/modern-manga-colorizer) to learn more, explore other use cases, and run it yourself.