Upscaling Without the Artefacts: A Practical Look at AI Image Enlargement for Designers
Every designer has met the same wall. A client sends the only logo file they have, and it is a 400-pixel JPEG pulled from an old website. A stock image is perfect for the layout but two-thirds of the resolution the print job needs. A product photograph from three phones ago has to go on a billboard. Historically the answer was to re-shoot, re-license, or redraw. Increasingly, the first thing people try is an upscaler.
What bicubic interpolation could never do
Traditional resampling methods are averaging functions. Bicubic and Lanczos look at the pixels surrounding each new pixel and produce a weighted blend. They are mathematically sound and completely uncreative: they cannot add information that is not already present, so enlarging past roughly 150 percent produces the familiar soft, plastic result. Sharpening afterwards only exaggerates the halos.
Learning-based upscalers work differently. They are trained on enormous numbers of image pairs, one high-resolution and one artificially degraded, and they learn a mapping from the degraded version back to the original. The consequence is important and often glossed over: the model is not recovering lost detail, it is generating plausible detail based on what similar images looked like. For photographs of skin, fabric, foliage and masonry, that guess is usually convincing. For text, logos and precise geometry, it can invent things that were never there.
Where it works and where it does not
In practice, results cluster into three groups.
Reliable: organic photographic texture. Portraits, landscapes, food, textiles and general product photography enlarge well at two to four times, and an AI image upscaler will usually beat a manual resample-and-sharpen workflow without any tuning.
Risky: type and vector-like forms. Letterforms have exact contours, and a model trained on photographs will happily round a terminal or thicken a hairline. If a wordmark matters, redraw it. Tracing a small logo back to vector takes twenty minutes and is correct rather than approximately correct.
Unpredictable: heavily compressed sources. JPEG blocking and banding are structured noise, and some models interpret that structure as real detail and amplify it. Denoising before enlarging, rather than after, generally produces a cleaner result.
A workflow that avoids surprises
Three habits make the difference between a usable asset and a subtle disaster in print.
First, always compare at final output size, not at fit-to-screen. Artefacts that vanish at 33 percent zoom are obvious at 100 percent, and obvious again on paper.
Second, upscale before compositing, never after. Enlarging a finished layout drags every element through the model, including type you have already set correctly.
Third, keep the original. An upscaled file is a derivative interpretation, and if a client later finds the real high-resolution asset, you want to be able to swap it in cleanly.
The honesty problem
There is an editorial dimension that the tooling conversation tends to skip. If a model invents detail, then an upscaled photograph is no longer strictly a record of what the camera saw. For a fashion editorial or a poster, nobody cares. For journalism, evidence, archival reproduction or anything where the image functions as a document, generated detail is a genuine problem, and a note in the file metadata is the minimum responsible step.
Designers are used to this distinction in other forms. Retouching a blemish is accepted; moving a building is not. Upscaling sits somewhere in the middle, and it is worth deciding where the line falls before a client asks.
What to expect over the next few years
The obvious trajectory is integration. Upscaling is already appearing as a background step inside camera pipelines, content management systems and design applications, which means most people will stop thinking of it as a separate task. The interesting question is whether tooling becomes better at signalling uncertainty, flagging the regions where it has invented the most, rather than presenting every result with equal confidence.
Until then, the rule of thumb is unglamorous but effective: use it freely on texture, cautiously on structure, and never on anything a lawyer might read closely.