Answer 06 of 20
How Do You Make an Ultrawide 3440×1440 Wallpaper from a 16:9 Abstract?
Crop a 3840x2160 16:9 abstract to 3440x1440 by cutting height, not stretching width, then save a new PNG.
Open the 3840x2160 PNG, crop a 3440x1440 window out of it, and save a new file. Do not stretch the 16:9 still sideways. A 3440x1440 panel is 21:9. The archive file is 16:9. You have extra height to give away and almost no extra width. The crop is a shorter, slightly narrower rectangle sitting inside the 4K canvas.
This is still a still image. You are making a desktop bitmap for one ultrawide panel, not a span across two monitors. Two-monitor math lives in the dual-monitor guide.
Why 16:9 is taller than 3440x1440
3840 divided by 2160 is 1.778. 3440 divided by 1440 is 2.389. The ultrawide file is much wider relative to its height. If you forced the 16:9 image to 3440x1440 with Stretch, every circle would become an oval and every HUD tick would lean.
You cannot add width that is not in the file. At the full 2160 height, a 21:9 picture would need 2160 times 3440 divided by 1440, which is 5160 pixels across. The master is only 3840 wide. So you must reduce height.
At the full 3840 width, a 21:9 slice is 3840 times 1440 divided by 3440, about 1607 pixels tall. That slice is 3840x1607. Scale that down to 3440x1440 and you have a 1:1 aspect match with a small downscale. That is the clean path if you want the maximum width of the abstract.
The other path is a native 3440x1440 crop inside the 3840x2160 canvas. You have 400 pixels of spare width and 720 pixels of spare height. You can slide a 3440x1440 rectangle around the canvas and export it with no scaling at all. That is the cleanest pixel path if your editor can select exact pixels.
Both paths throw away a band of the original. Usually that band is sky, floor, or empty dark. On a grid or horizon piece, the floor is the thing you wanted. Preview before you export.
Crop the 3840x2160 canvas, then scale
In Paint.net, GIMP, Photopea, or Photoshop, set the crop tool to a fixed size of 3440 x 1440 pixels, or to an aspect of 43:18 (3440:1440 simplifies to 43:18). Place the rectangle. Export PNG.
If the crop tool only offers aspect, crop 43:18 at the largest size that fits, then Image Size to 3440x1440 with resampling. Use a sharp resampling filter, not one meant for photographs of faces. For line art, GIMP's None or Photoshop's Nearest Neighbor can keep strokes crisp if the scale factor is friendly. Bicubic is smoother on gradient wallpaper and softer on HUD ticks.
ImageMagick if you want numbers, not a mouse:
magick input.png -gravity center -crop 3840x1607+0+276 +repage -resize 3440x1440 PNG:output.png
That example takes a 3840x1607 band centered vertically (2160 minus 1607 is 553, half is about 276) and scales it. Change the +0+276 offset if the subject sits high or low.
A no-scale crop is:
magick input.png -gravity center -crop 3440x1440+0+0 +repage PNG:output.png
Gravity center plus a 3440x1440 crop takes the middle. Use -gravity North or a raw +X+Y offset when the interesting paint is not in the middle.
Save a new name. Do not overwrite the 3840x2160 original. You will want the master again for a 16:9 desktop, a phone crop, or a TV still. Keep both in the local folder.
Do not save the ultrawide as JPEG if the source is HUD or line art. JPEG will ring on the strokes you just spent time framing. Lossless PNG for HUD still applies after the crop.
16:9 to 21:9
Two honest crops from 3840x2160
You cannot invent 5160 pixels of width. You can throw away height, then scale or not.
01
3840x1607, then scale
Keeps full width of the abstract. Downscales to 3440x1440. Small softness, full scene width.
02
3440x1440, no scale
Slides a native window inside the 4K canvas. Sharpest ticks. Loses 400 px of width.
03
Never Stretch
Windows Stretch and macOS Stretch to Fill squash circles. That is not an ultrawide file.
04
Keep the master
Export a new PNG. The 3840x2160 original still has jobs on 16:9 desks and phones.
Where to cut so the abstract still reads
Start with the subject, not with the center. A synthwave horizon often sits low. A centered 3440x1440 crop will throw away the ground grid and keep empty sky. Gravity South, or a manual lift of the crop window, keeps the grid.
HUD rings and telemetry usually sit in the middle. A native 3440x1440 center crop will keep them. A 3840x1607 band that is centered vertically will also keep them, then scale. If the HUD has a header bar at the very top of the 4K file, the 1607 band will shave it. Nudge the band up and accept a little more floor loss.
Avoid cutting through a single bright object at the left or right edge. Ultrawide panels are wide enough that edge objects become peripheral in your real vision. A neon bar that kisses the 3840-pixel edge will sit under your desk speakers after the crop. That can be fine. A bar that is half cut looks like a mistake.
Check the result at 100% on the ultrawide if you can. Set the new PNG with Fill, not Span. Span is for multiple monitors. On one 3440x1440 panel, Fill and the file should match. If you see bars, the export is not 3440x1440. Verify the pixels with Properties or identify. The ultrawide file should read 3440 x 1440, not 3840 x 2160.
Other ultrawide sizes follow the same rule. 2560x1080 is also 21:9. You can crop 21:9 from the master and scale to 2560x1080. 3840x1080 is 32:9 and is really a dual-1080 span. A single 16:9 file cannot fill 3840x1080 without a severe height crop (3840x1080 window uses the full width and half the height). That is a different composition. Do it only when the abstract has a strong horizontal band.
Set the finished still with the Windows Picture path or the Mac Wallpaper pane. Fill, not Stretch.