Please bookmark this page to avoid losing your image tool!

Image G-Major 3 Effect Generator

(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, hueRotateDeg = 140, saturatePercent = 300, contrastPercent = 150, invertPercent = 100, mirrorMode = "none") {
    const canvas = document.createElement('canvas');
    const width = originalImg.width;
    const height = originalImg.height;
    
    canvas.width = width;
    canvas.height = height;
    
    const ctx = canvas.getContext('2d');
    
    // Apply classic "G-Major 3" visual style (heavy inversion, hue-shift, and contrast boost)
    ctx.filter = `invert(${invertPercent}%) hue-rotate(${hueRotateDeg}deg) saturate(${saturatePercent}%) contrast(${contrastPercent}%)`;
    
    const halfWidth = width / 2;
    const halfHeight = height / 2;

    // A common staple of this YTP meme is mirroring the footage. Apply based on selected mode.
    if (mirrorMode === "left") {
        // Draw the left half normally
        ctx.drawImage(originalImg, 0, 0, halfWidth, height, 0, 0, halfWidth, height);
        // Mirror the left half onto the right side
        ctx.save();
        ctx.translate(width, 0);
        ctx.scale(-1, 1);
        ctx.drawImage(originalImg, 0, 0, halfWidth, height, 0, 0, halfWidth, height);
        ctx.restore();
    } 
    else if (mirrorMode === "right") {
        // Draw the right half normally
        ctx.drawImage(originalImg, halfWidth, 0, halfWidth, height, halfWidth, 0, halfWidth, height);
        // Mirror the right half onto the left side
        ctx.save();
        ctx.translate(width, 0);
        ctx.scale(-1, 1);
        ctx.drawImage(originalImg, halfWidth, 0, halfWidth, height, halfWidth, 0, halfWidth, height);
        ctx.restore();
    }
    else if (mirrorMode === "top") {
        // Draw the top half normally
        ctx.drawImage(originalImg, 0, 0, width, halfHeight, 0, 0, width, halfHeight);
        // Mirror the top half down
        ctx.save();
        ctx.translate(0, height);
        ctx.scale(1, -1);
        ctx.drawImage(originalImg, 0, 0, width, halfHeight, 0, 0, width, halfHeight);
        ctx.restore();
    }
    else if (mirrorMode === "bottom") {
        // Draw the bottom half normally
        ctx.drawImage(originalImg, 0, halfHeight, width, halfHeight, 0, halfHeight, width, halfHeight);
        // Mirror the bottom half up
        ctx.save();
        ctx.translate(0, height);
        ctx.scale(1, -1);
        ctx.drawImage(originalImg, 0, halfHeight, width, halfHeight, 0, halfHeight, width, halfHeight);
        ctx.restore();
    } 
    else {
        // By default ("none"), just draw the full filtered image
        ctx.drawImage(originalImg, 0, 0, width, height);
    }

    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

The Image G-Major 3 Effect Generator is a specialized image processing tool designed to apply a distinct visual style characterized by intense color shifts and mirroring. The tool manipulates images using high saturation, increased contrast, color inversion, and hue rotation. Additionally, it offers several mirroring modes—including left, right, top, and bottom—to create symmetrical or distorted compositions. This tool is ideal for creators looking to produce surreal, meme-inspired, or highly stylized visual content for social media, digital art, or video editing projects.

Leave a Reply

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

Other Image Tools:

MacOS X Booting Image Effect Generator

Slow Wobble Image Effect Generator

Parrot Effect Image Generator

Talking Pierre Map Image Effect Generator

Bulge X Image Effect Generator

UN Owen Was X Image Effect Generator

Sunflowered Image Effect Generator

Doorbell Image Generator

Dewdrop Image Effect Generator

Image Crystal Drop Effect Applicator

Chess Image Generator

Cave Image Generator

Bongo Image Tool

Image Bongo Generator

Birdsong Image Generator

Image Bell Generator

Colorado Driver License Fictional Person Generator

Fake Driver License Image Generator

35mm 2960×1800 Ratio Resolution Image Resizer

The Lion King 1994 IMAX 70mm Movie Trailer Image

Big Hero 6 Character Replacement AI Tool for Video and Image

Big Hero 6 Character Replace AI Image and Video Tool

Big Hero 6 To Big Hero 6 The Series AU Replacement Tool

Big Hero 6 To Big Hero 6 The Series AU Image and Video Replacer

Slow Motion Video and Audio Playback Tool

Image Speed Reduction Tool

YouTube Stats For Nerds Audio Volume Normalization Analysis Tool

YouTube Stats For Nerds Audio Volume Normalization Information Tool

YouTube Stats For Nerds Volume Normalization Analyzer

YouTube Stats For Nerds Audio Volume Normalization Analyzer

YouTube Stats For Nerds Volume Normalization Analysis Tool

YouTube Stats For Nerds Audio Volume Normalization Information Display

YouTube Stats For Nerds Volume Normalization Information Tool

YouTube Stats For Nerds Audio Volume and Codec Information Extractor

YouTube Audio Stats Volume Normalization Tool for Mp2 Mp3 Opus and Ac3

Audio Volume Normalizer for Mp2 Mp3 Opus and Ac3 Formats

See All →