Why 2× behaves so much better than 4×
At 2× each new pixel sits exactly halfway between two recorded ones. The kernel has close, relevant neighbours on every side and very little distance to bridge, so the error it makes is small and lands where the eye is least sensitive. Push to 4× and three quarters of every neighbourhood is itself invented; push to 8× and the arithmetic is mostly interpolating its own earlier answers.
This is why a print shop that tells you “we can go about double” is not being unhelpful. They are describing the point at which an enlargement stops being a reasonable presentation of the picture and starts being an interpretation of it.
| You have | You get | Comfortable printed at |
|---|---|---|
| 600 × 400 | 1,200 × 800 | 4 × 6 inches |
| 1,024 × 768 | 2,048 × 1,536 | 5 × 7 inches |
| 1,500 × 1,000 | 3,000 × 2,000 | 8 × 10 inches |
| 2,400 × 1,600 | 4,800 × 3,200 | A3, at arm’s length |
Pick the method by what the picture is made of
Lanczos 3 is the default and is right for anything photographic. If the source is a screenshot, a logo or a diagram — flat colour with hard boundaries — switch to edge-guided, which measures which way each boundary runs before it interpolates and keeps a diagonal a line rather than a staircase. If it is genuine pixel art, use nearest: every soft pixel there is a lie about what the artist drew.
Hold the compare button while you decide. It stretches the same source to the same size with the browser’s own filter, which is the baseline every one of these methods is trying to beat, and the difference at 2× is usually obvious within one loupe position.
If twice is not enough
- Four times overThe usual answer when a picture is close but not close enough. Opens at 4×.
- Eight times overThe factor most likely to disappoint, offered anyway with the reasons attached.
- A rough small photoOpens with the clean-up pass on, because a 600-pixel JPEG carries more than a picture.
- Where a trained model beats arithmetic, and where it doesn'tThe case for the classical path, made fairly, including the cases it loses.