Resize PNG
Transparency Included
Scale PNG graphics - logos, icons, screenshots - without sacrificing alpha channels. High-quality downsampling keeps edges crisp.
PNG resizing profile
- Input.png
- TransparencyKept
- Edge qualityHigh
- BatchSupported
Explore related tools
Different jobs, same file here's what people use alongside this tool.
How to resize PNG images
- 01Load your PNGsExported graphics, UI captures, sticker sheets, icon sets.
- 02Pick new dimensionsExact pixels for design-system sizes, percentages for quick fits.
- 03Download scaled copiesTransparency intact, edges clean, sizes reported.
Features
Crisp-edge downsampling
Stepped filtering avoids the aliasing that plagues single-step scaling of sharp graphics.
Icon-set workflows
Generate multiple sizes from one master export in a single session.
Alpha channel safety
Semi-transparent edges interpolate correctly rather than developing halos.
Design-token friendly
Exact pixel entries match design specs precisely.
No color shifts
PNG's lossless nature means colors stay exact through resizing math.
Batch consistency
Whole sprite folders resize uniformly.
PNG resizing use cases
Graphics deserve proper scaling too
Ship real sizes
Assets exported at 2× display size double page weight for zero benefit.
Retina-ready pairs
Produce 1× and 2× variants from masters without re-exporting from design tools.
Repo hygiene
Scaled-down assets keep repositories light and clones fast.
Pixel-perfect intent
Exact-dimension mode honors design specifications literally.
Halos, fringes, and why PNG scaling can go wrong
Semi-transparent edge pixels are where PNG resizing gets technical. When anti-aliased graphics scale down, edge pixels blend with whatever the resampler assumes surrounds them. Tools that ignore alpha during filtering produce dark or bright fringes around curved edges - the classic halo artifact.
Correct handling weights each pixel's contribution by its alpha, so invisible corners never contaminate visible ones. The difference is subtle on simple shapes and glaring on thin typography or intricate line art.
The other PNG-specific concern is palette images. Indexed-color PNGs (common in older web assets) can shift unpredictably when resampled, since interpolation creates colors outside the fixed palette. True-color RGBA sources avoid the issue entirely, which is why re-exporting from the original design file beats rescaling old exports whenever possible.
“Generating every logo variant size from one master here replaced a tedious export ritual.”
Nadia Rahman - Brand designer
“UI screenshots resized cleanly with no fringe artifacts around window chrome.”
Chris Palmer - Docs engineer
“Pack previews at multiple scales came out perfect - alpha edges included.”
Yuki Tanaka - Sticker artist
Frequently asked questions
Does resizing affect transparency?
No. Alpha channels are respected throughout, including semi-transparent edge pixels.
Why do my resized PNG edges look fringed elsewhere?
Some tools filter without alpha weighting. This one weights contributions by opacity specifically to prevent halos.
Can I create multiple sizes from one PNG?
Yes - resize repeatedly from the same source, or batch-generate by running sessions per size.
Will colors change after resizing?
True-color PNGs keep exact colors. Old indexed-palette PNGs may shift slightly; re-export as true color if precision matters.
What about upscaling logos?
Modest enlargements (up to ~150%) smooth acceptably. Real sharpness at larger factors needs vector sources.
Is there a file size limit?
Up to 30 MB per PNG, covering virtually all graphics work.