Transform photo to watercolor painting
Transform this photograph into a loose, expressive watercolor painting. Maintain the overall composition and subject placement but introduce visible brushstrokes, soft color bleeds where wet pigment meets wet paper, and areas of unpainted white paper showing through at the edges. Colors should be slightly more saturated than the original. Fine details like text or sharp edges should become soft and painterly. The result should look like a skilled plein air watercolor artist painted this scene on location in a single sitting.
View API Code
curl -X POST https://runapi.ai/api/v1/ideogram_v3/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "ideogram-v3-remix",
"prompt": "Transform this photograph into a loose, expressive watercolor painting. Maintain the overall composition and subject placement but introduce visible brushstrokes, soft color bleeds where wet pigment meets wet paper, and areas of unpainted white paper showing through at the edges. Colors should be slightly more saturated than the original. Fine details like text or sharp edges should become soft and painterly. The result should look like a skilled plein air watercolor artist painted this scene on location in a single sitting."
}
JSON