Stereogram Generator

Generate 3D stereogram (Magic Eye) images from text - creates hidden 3D text that reveals itself when viewed correctly

The text will appear as 3D when viewing the stereogram correctly. Supports multiple lines.

Larger text = more pronounced 3D effect.

Controls the strength of the 3D effect. Higher = stronger effect.

Key Facts

Category
Design & Color
Input Types
textarea, number, select
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

Stereogram Generator is an online design tool for generate 3d stereogram (magic eye) images from text - creates hidden 3d text that reveals itself when viewed correctly. It is especially useful when working with text content content.

When to Use

  • Use it when you need to convert text content content quickly in the browser.
  • Helpful for design workflows that need repeatable inputs and fast results.
  • Useful when you want to test input and output behavior before integrating the workflow elsewhere.

How It Works

  • Provide Hidden Text, Font Size (px), Pattern Type, Eye Separation (pixels) as input to the tool.
  • The tool processes the request and returns a file result.
  • For repeatable workflows, use the API endpoint shown on the page after validating the result interactively.

Use Cases

Convert text content data during debugging or QA.
Validate expected output before using the API or automation flows.
Compare small variations of input to understand output differences quickly.

Try with Samples

image, text

Related Hubs

FAQ

What does Stereogram Generator do?

Stereogram Generator helps you convert text content content online without setting up a separate local script or app.

When should I use this tool?

Use it when you need a quick convert workflow, want to verify output, or need a browser-based utility for design tasks.

Can I try this tool with sample data?

Yes. Try short representative inputs first, then move to larger or more complex cases once the output looks correct.

What inputs does Stereogram Generator accept?

Stereogram Generator accepts Hidden Text, Font Size (px), Pattern Type, Eye Separation (pixels).

Is there an API for Stereogram Generator?

Yes. The tool page includes an API endpoint so you can move from manual testing to scripted usage.

API Documentation

Request Endpoint

POST /en/api/tools/image-stereogram

Request Parameters

Parameter Name Type Required Description
text textarea Yes The text will appear as 3D when viewing the stereogram correctly. Supports multiple lines.
fontSize number No Larger text = more pronounced 3D effect.
patternType select No -
separation number No Controls the strength of the 3D effect. Higher = stronger effect.
width number No -
height number No -

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-image-stereogram": {
      "name": "image-stereogram",
      "description": "Generate 3D stereogram (Magic Eye) images from text - creates hidden 3D text that reveals itself when viewed correctly",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-stereogram",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]