Community Image Text Overlay
detail.loadingPreview
Adds custom text to an image based on webhook data.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow demonstrates how to dynamically add text to an image using n8n. It receives input via a webhook, retrieves an image from a URL, and then overlays custom text onto the image before returning it.
Key Features
- Dynamic text generation based on webhook query parameters.
- Image manipulation (adding text) using a dedicated node.
- Configurable text styling (font size, position, line length).
- Error handling to gracefully manage workflow execution issues.
How To Use
- Configure the
Webhooknode with your desired path. - Set the
Read File URLnode's URL to the source image you want to modify. - Customize the
Edit Imagenode'stextparameter to dynamically include data from the webhook query (e.g.,{{ $node["Webhook"].data["query"]["name"] }}). - Adjust other
Edit Imageparameters likefontSize,positionX,positionY, andlineLengthas needed. - Ensure your environment variable
BASE_URLis set for theRead File URLnode.
Apps Used
Workflow JSON
{
"id": "6c83f94c-31a5-4dd1-9cdd-8dff0c5f2529",
"name": "Community Image Text Overlay",
"nodes": 0,
"category": "Image Manipulation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 6c83f94c-31a5...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Add Text to Image
Add custom text to an image fetched from a URL.
Image Overlay and Watermarking
Overlay one image onto another, useful for watermarking.
Automate Competitor Tracking with Crunchbase & ClickUp
Streamline competitor analysis by automatically fetching data from Crunchbase and creating review tasks in ClickUp. Stay informed about market changes without manual effort.
Automate Shipment Tracking with Telegram and n8n
Streamline your logistics operations by automating shipment tracking with Telegram and n8n. This workflow allows drivers to easily share updates, and ensures timely notifications to your team.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.