The short version
Downscale once from the best available source, keep width and height proportional, use a high-quality resampler and export with suitable compression. Enlarging cannot recreate missing source detail.
What matters most
- Downscaling usually preserves perceived quality better than enlarging.
- Aspect-ratio locks prevent geometric distortion.
- Repeated JPEG saves accumulate compression damage.
How to apply it
- Start from the highest-quality original.
- Set the required output dimensions and lock proportions.
- Use a good bicubic or Lanczos-style downsampling method where available.
- Export once, then inspect edges, text and gradients at final display size.
Reference table
| Situation | Recommended action | Reason |
|---|---|---|
| Large source to small output | Downsample once | Combines detail cleanly |
| Small source to large output | Limit enlargement | No authentic detail is added |
| Logo or diagram | Prefer SVG if available | Vector edges scale cleanly |
| Photo delivery | Use suitable JPEG/WebP quality | Balances detail and bytes |
Use exact dimensions and units in production notes; familiar labels can describe more than one standard.
Common mistakes to avoid
- Resizing a previously compressed social-media copy.
- Entering unrelated width and height values.
- Judging quality only while zoomed far beyond the final size.
Continue with the right tool
Use a calculator to check the numbers against your own source and destination instead of relying on a generic preset.
Related guides
What Is Image Resolution? Pixels, Dimensions and Detail Explained
Understand image resolution, pixel dimensions, megapixels and print density without confusing them with aspect ratio or file size.
Images and photosHow to Find an Image's Resolution and Aspect Ratio
Check image width, height, megapixels and aspect ratio, then interpret whether the file is large enough for screen or print use.
Images and photosHow to Resize an Image Without Pixelation
Prevent blocky edges and soft detail by understanding source pixels, enlargement limits, resampling and final viewing size.
Frequently asked questions
Does reducing dimensions reduce quality?
It removes pixels, but a careful downscale can look excellent at the smaller intended size.
Can I enlarge without any loss?
Not in the strict sense. Upscaling estimates new pixels; it cannot recover detail never captured.
Which format is best?
It depends: JPEG or WebP for photos, PNG for some lossless graphics, and SVG for vectors.