Tested tool guide
Tested browser tools
Checked August 16, 2026
What Twitter/X Post Image Maker does, with a checked example
An X post image has to arrive at 1200x675 pixels, a 16:9 frame, or the platform crops and scales it in the timeline. This tool builds the file at that exact size: you type a headline and supporting copy, and it renders a 1200x675 PNG with your text overlaid, laid out to stay inside the frame. Everything runs in the browser, so the text you paste is never uploaded anywhere. The surprise most people hit first is that the canvas does not grow for long copy; the overlay is fitted to the fixed frame, so a short headline renders much larger than a long one.
Worked example
A concrete input and expected output from the current implementation.
Input
Launching Atlas 2.0 on Friday. Free for all accounts created before June 1.
->
Expected output
A 1200x675 pixel PNG at exactly 16:9 (1200 and 675 both divide by 75: 16 x 75 = 1200, 9 x 75 = 675), with "Launching Atlas 2.0 on Friday." as the headline and "Free for all accounts created before June 1." beneath it, both scaled and wrapped to fit inside the frame with the full text visible.
The canvas is the entire point: at 1200x675 the file matches the 16:9 frame X displays in-stream images in, so the platform has nothing to crop or rescale. The arithmetic checks out twice: 1200 / 75 = 16 and 675 / 75 = 9, so the ratio is exactly 16:9, not a rounded approximation.