跳转到主要内容
Workflows 6 min read

Crop and Resize Images: Avatars, Covers, and Platform Ratios

Avatars want 1:1, covers want 16:9, product pages want 3:4 — and plain resizing just stretches everything. The fix is a two-step habit: crop to the ratio first, then resize to the target pixels.

Pick the ratio: six common specs

Built-in ratios cover most needs: 1:1 (avatars, squares), 4:3 (classic photos), 3:2 (camera native), 16:9 (horizontal covers), 9:16 (vertical short-video covers), 3:4 (product details, posters).

Platforms usually state the ratio or give exact pixels (say 1200×628). Divide to find the ratio (≈1.9:1, near 16:9), crop with the closest preset, then resize to the exact pixels.

The symptom of a wrong ratio: the platform auto-crops and beheads your subject. Crop yourself — at least you decide what stays.

Crop first, resize second

The order is crop to ratio, then resize to target. Shrinking first and cropping after throws away pixels twice and forces extra resampling whenever the ratio and final size disagree.

Keep full resolution through the crop; resize is the last step. More source pixels give the resampler more to work with.

Resize down only. Enlarging small sources just produces blur; let the platform do its own scaling rather than force-stretching.

Framing: where the subject goes

After the ratio is set, choose center, top, or bottom framing. Center for centered subjects; top for people (keep heads, sacrifice feet — the portrait convention); bottom for product shots.

Cropping a 1:1 avatar from a portrait: top framing keeps the face. Landscapes take center. Text-heavy images — posters, screenshots — check where the headline sits before committing.

Preview the result as a tiny circle: if the face sits at the visual center of a nine-grid avatar, you are done.

No distortion: equal ratio is law

Resizing must be equal-ratio — independent width and height scaling is what stretches faces into funhouse mirrors. When the target pixels’ ratio does not match, crop to bridge the gap; never stretch.

Resolution drives file size: halving pixels cuts weight to roughly a quarter. For upload limits, reduce pixels before reducing quality — it preserves perceived sharpness.

For batches of same-spec images (product SKUs, album sets), process them all with one ratio and one target width for a uniform output.

Frequently asked questions