Sample Files
Details
Portable Network Graphics
About
.png (Portable Network Graphics) is a lossless image format widely used for web graphics, screenshots, icons, UI elements, and any scenario requiring high-quality images with transparency. It supports full alpha channels and multiple color depths.
History
The PNG (Portable Network Graphics) format was created in 1996 as a free and open alternative to the proprietary GIF format, whose LZW compression algorithm was encumbered by patents at the time. PNG was developed by an Internet working group and later standardized by the W3C and documented as RFC 2083. Designed for lossless image compression, PNG introduced advanced features such as alpha transparency, gamma correction, and multiple color depths, making it ideal for web graphics, UI design, and high-quality digital images.
Learn more at: https://www.w3.org/Graphics/PNG/
Lossless compression preserves image quality
Supports full alpha transparency (8-bit)
No licensing or patent restrictions
Rich color depth (up to 48-bit color + 16-bit alpha)
Ideal for web graphics, UI, screenshots, and textures
Predictable and consistent image output
Open `.png` files in any web browser, viewer, or image editor
Export transparent images and UI assets from design tools like Photoshop or Figma
Optimize PNGs using tools like TinyPNG or ImageOptim for faster web loading
Convert PNG to WebP, JPG, or SVG depending on the desired use case
Use Cases
Here are the use cases for this file extension
Web Graphics & UI Elements
Icons, buttons, logos, and interface components often use PNG for crisp detail.
Screenshots
PNG preserves text and sharp edges, making it ideal for software or website screenshots.
Image Editing & Design
Used as a master format for lossless editing and exporting assets.
Compatibility
This extension is compatible with the following platforms.
Windows (native support)
macOS (Preview, native support)
Linux (image viewers & editors)
Android (full support)
iOS (full support)
Web Browsers (universal PNG support)
More Details
Here are some technical details about this extension
File Extension
.png
MIME Type
image/png
Compression Type
DEFLATE (lossless)
Color Depth
1-bit to 48-bit color; 8–16-bit alpha
Transparency Support
Full alpha transparency
Metadata Support
Yes (tEXt, iTXt, zTXt chunks)
Typical Use
Web graphics, icons, screenshots, design assets
Related
Here are some related extensions
Get answers to common questions
PNG is better for images requiring sharp detail or transparency. JPG is preferred for photographic content due to smaller file sizes.
Traditional PNG does not support animation. However, APNG (Animated PNG) extends the format and is compatible with many browsers.
No. PNG uses lossless compression, so saving the image repeatedly does not degrade its quality.