Keep the alpha channel visible
PNG is often chosen for transparent backgrounds and sharp edges. Increasing a smaller PNG can preserve its original bytes, including alpha and color information.
Know the limit of very small targets
PNG uses lossless compression, so a detailed image may not fit an extremely small maximum. If the target is unreachable, the tool asks before converting to WebP or JPEG instead of silently removing transparency.
Use PNG for transparency, text, and sharp edges
PNG is a strong choice for signatures, logos, diagrams, screenshots, and interface graphics because it stores pixels losslessly and can include an alpha channel. Transparent pixels remain available when the original file is preserved or the browser re-encodes PNG output. This matters when a portal places the image over its own background.
A photograph can also be saved as PNG, but the result is often much larger than a comparable JPG or WebP. Follow the destination format rule instead of choosing PNG only for quality. If it requires a photographic JPG, exporting a real JPEG is safer than renaming a PNG extension.
Increase PNG bytes without flattening the alpha channel
When a PNG is below a required minimum, the tool can preserve the original file and add compatible trailing bytes to reach the target. The compressed pixel data, color values, dimensions, and transparency remain unchanged. A larger file does not create more resolution or smoother signature strokes.
Preservation also avoids a silent format conversion. Download the result as PNG and open it over both light and dark backgrounds when transparent edges matter. Some strict validators reject trailing data; in that case, create a genuinely re-encoded PNG within the accepted range rather than converting without consent.
Understand why PNG reduction is less flexible
PNG does not offer a photographic quality slider because its compression is lossless. Removing metadata or optimizing the encoder may save bytes without changing pixels, but a detailed image has a practical minimum. Reaching a much smaller target can require fewer colors, fewer dimensions, or another format with a clear visual trade-off.
This tool does not silently flatten transparency to JPEG. If a target cannot be reached while preserving PNG, treat that as useful information and review the receiving rule. WebP may retain transparency with fewer bytes when accepted; JPG is appropriate only when a solid background and photographic compression are acceptable.
Inspect transparent edges and upload requirements
Open the downloaded PNG in a viewer that shows transparency correctly. Inspect thin strokes, anti-aliased edges, small type, and semi-transparent shadows. Confirm the exact byte count, width, height, aspect ratio, color appearance, and PNG extension before submitting it.
For a maximum-size rule, leave a small safety margin if the portal does not define decimal KB. For a minimum-size rule, use the exact byte-checked target. Keep the original until the upload succeeds, especially for logos or signatures that may be difficult to recreate.