mirror of
https://github.com/danbulant/pngjs
synced 2026-07-09 05:00:39 +00:00
readme
This commit is contained in:
parent
616725ecaf
commit
66c0a34c7a
1 changed files with 4 additions and 0 deletions
|
|
@ -46,6 +46,10 @@ For more examples see `examples` folder.
|
||||||
Documentation
|
Documentation
|
||||||
================
|
================
|
||||||
|
|
||||||
|
Currently only true color mode with 8-bit color depth (per color) with alpha
|
||||||
|
is supported. PNG cannot parse and create images with palette of colors.
|
||||||
|
Interlaced mode is not supported either.
|
||||||
|
|
||||||
## PNG
|
## PNG
|
||||||
`PNG` is readable and writeable `Stream`.
|
`PNG` is readable and writeable `Stream`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue