PNG
From JumbaWiki
PNG (Portable Network Graphics) is a bitmapped image format that employs lossless data compression. PNG was created to improve upon and replace the GIF format. It supports palette-based (palettes of 24-bit RGB colors) or greyscale or RGB images. PNG was designed for transferring images on the internet, not professional graphics, so does not support other color spaces such as CMYK. PNG files use file extension "PNG" or "png" and are assigned MIME type "image/png".
PNG offers a variety of transparency options. With truecolor and greyscale images either a single pixel value can be declared as transparent or an alpha channel can be added. For paletted images, alpha values can be added to palette entries. The number of such values stored may be less than the total number of palette entries, in which case the remaining entries are considered fully opaque.
See also
External links
| Common web-based image formats |
|---|
| GIF | JPEG | PNG |
Categories: Merge | Web Design | Images

