Please bookmark this page to avoid losing your image tool!

Ukrainian Dubbed Video Voice Actor Information Tool

(Free & Supports Bulk Upload)

Drag & drop your images here or

The result will appear here...
You can edit the below JavaScript code to customize the image tool.
function processImage(
    originalImg, 
    actorName = "Андрій Твердак", 
    characterName = "Брюс Вейн", 
    studio = "Дубляж: Master-Video Ukraine"
) {
    // Create canvas and set its dimensions to match the original image
    const canvas = document.createElement('canvas');
    const width = originalImg.width;
    const height = originalImg.height;
    canvas.width = width;
    canvas.height = height;
    
    const ctx = canvas.getContext('2d');

    // Draw the original image onto the canvas
    ctx.drawImage(originalImg, 0, 0, width, height);

    // Calculate scale factors based on image dimensions to keep overlays proportional
    const scale = Math.max(0.5, width / 800);
    const barHeight = Math.min(height * 0.3, 140 * scale);
    const barY = height - barHeight;

    // --- Draw the Lower Third Information Bar ---
    
    // Draw semi-transparent dark background for readability
    ctx.fillStyle = "rgba(0, 0, 0, 0.75)";
    ctx.fillRect(0, barY, width, barHeight);
    
    // Aesthetic subtle top border for the bar
    ctx.fillStyle = "rgba(255, 255, 255, 0.2)";
    ctx.fillRect(0, barY, width, 2 * Math.max(1, scale));

    // Draw Ukrainian flag motif indicator on the left side
    const flagWidth = 14 * scale;
    ctx.fillStyle = "#0057B7"; // Ukrainian Blue
    ctx.fillRect(0, barY, flagWidth, barHeight / 2);
    ctx.fillStyle = "#FFDD00"; // Ukrainian Yellow
    ctx.fillRect(0, barY + barHeight / 2, flagWidth, barHeight / 2);

    // --- Draw the Text Elements ---
    const paddingLeft = flagWidth + 24 * scale;
    
    // Set up text shadows for extra pop
    ctx.shadowColor = "rgba(0, 0, 0, 0.9)";
    ctx.shadowBlur = 4 * scale;
    ctx.shadowOffsetX = 2 * scale;
    ctx.shadowOffsetY = 2 * scale;

    // Draw Character Name
    const charFontSize = Math.floor(40 * scale);
    ctx.fillStyle = "#FFFFFF";
    ctx.font = `bold ${charFontSize}px "Segoe UI", Arial, sans-serif`;
    ctx.textAlign = "left";
    ctx.textBaseline = "bottom";
    ctx.fillText(characterName, paddingLeft, barY + barHeight * 0.45);

    // Draw Actor Name
    const actorFontSize = Math.floor(26 * scale);
    ctx.fillStyle = "#FFDD00"; // Matches the yellow of the flag
    ctx.font = `${actorFontSize}px "Segoe UI", Arial, sans-serif`;
    ctx.textBaseline = "top";
    ctx.fillText("Голос: " + actorName, paddingLeft, barY + barHeight * 0.52);

    // Draw Studio / Dubbing Information on the right
    const studioFontSize = Math.floor(18 * scale);
    ctx.fillStyle = "rgba(255, 255, 255, 0.6)";
    ctx.font = `italic ${studioFontSize}px "Segoe UI", Arial, sans-serif`;
    ctx.textAlign = "right";
    ctx.textBaseline = "bottom";
    ctx.fillText(studio, width - 20 * scale, height - 15 * scale);

    return canvas;
}

Free Image Tool Creator

Can't find the image tool you're looking for?
Create one based on your own needs now!

Description

This tool allows users to overlay professional information bars onto images to credit Ukrainian voice actors and dubbing studios. It adds a stylized lower-third graphic featuring the character’s name, the actor’s name, the dubbing studio, and a Ukrainian flag motif. This is particularly useful for content creators, fans, and media professionals who want to create informative graphics or credits for video stills, social media posts, or fan tributes related to Ukrainian dubbed media.

Leave a Reply

Your email address will not be published. Required fields are marked *

Other Image Tools:

YouTube Stats For Nerds Volume Normalizer for Opus and Ac3 Audio

YouTube Audio Volume Normalization Tool for Opus and Ac3 Formats

YouTube Stats For Nerds Volume Normalization Tool

YouTube Video Image and Metadata Stats For Nerds Tool

YouTube Video Image and Stats For Nerds Viewer

Image To I Killed X Losky Effect Color Filter Converter

YouTube Video Photo and Stats Viewer

Image To G Major 16 Color Filter Converter

YouTube Video Photo and Image Stats For Nerds Tool

Image To Scalable Kaomoji Converter With Decorative Symbols

Kingdom Hearts SVTFOE Gameplay Image Viewer

Kingdom Hearts SVTFOE Gameplay Video Player

Image To Video Content Description Tool

Big Hero 6 2014 Tubi TV June 30 2027 Video Screenshot

No tool description provided

Big Hero 6 2014 Tubi Jun 30 2027 Photo

San Diego Comic-Con Image Gallery

Movie Studio Intro YTP Collab Style Image Maker

Movie Studio Music Fanfare Logo Maker

Movie Studio Music Fanfare Logo Generator

Kurdish Dubbing Audio to Image Visualizer Tool

Kurdish Dubbed Audio Video Tool

Kurdish Dub Audio to Image Converter

Kurdish Dub Audio Overlay Tool

Warner Bros Discovery Animation Studio Divisions Image Viewer

Image To Character Voice Actor Idea Generator

Image To Character Voice Actor Suggestion Tool

Image Color Adjustment Tool

Dingbats Logo Compilation Image Generator

Image Color and Opacity Adjustment Tool

The Lion King VHS Mar 3 1995 Image

The Lion King Hamtaro Character Cast Reimaginer

Audio Transcription and Identification Tool

The Lion King Hamtaro Character Role Swap Image Generator

Audio to Image Fanfare Visualizer Tool

Audio Clip of Universal Pictures Fanfares

See All →