mirror of
https://github.com/danbulant/pngjs
synced 2026-05-26 21:31:56 +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
|
||||
================
|
||||
|
||||
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` is readable and writeable `Stream`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue