fix
This commit is contained in:
parent
561a0e06a6
commit
fe20f4396c
7 changed files with 31 additions and 24 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: codec
|
||||
---
|
||||
|
||||
# PNG
|
||||
Portable Network Graphics (PNG) is a raster-graphics file format that supports lossless data compression. PNG was developed as an improved, non-patented replacement for Graphics Interchange Format (GIF) — unofficially, the initials PNG stood for the recursive acronym "PNG's not GIF".
|
||||
|
||||
|
@ -8,8 +9,8 @@ PNG supports palette-based images (with palettes of 24-bit RGB or 32-bit RGBA co
|
|||
|
||||
PNG files use the file extension PNG or png and are assigned [MIME](../../MIME.md) media type image/png. PNG was published as informational RFC 2083 in March 1997 and as an ISO/IEC 15948 standard in 2004.
|
||||
|
||||
| Name | Value |
|
||||
| ------------ | ------------------------- |
|
||||
| Extension | .png |
|
||||
| [MIME](../../MIME.md) | image/png |
|
||||
| Magic Number | `89 50 4e 47 0d 0a 1a 0a` |
|
||||
| Name | Value |
|
||||
| --------------------- | ------------------------- |
|
||||
| Extension | .png |
|
||||
| [MIME](../../MIME.md) | image/png |
|
||||
| Magic Number | `89 50 4e 47 0d 0a 1a 0a` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue