update readme.md

This commit is contained in:
andri lim 2017-05-12 18:46:09 +07:00
parent f0d663fd4b
commit 6d765a2cac
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#nimPNG
# nimPNG
Portable Network Graphics Encoder and Decoder written in Nim store lossless image with good compression
all PNG standard color mode are supported:
@ -42,10 +42,10 @@ Supported color conversions:
- removing alpha channel
- higher to smaller bitdepth, and vice versa
###Planned Feature(s):
### Planned Feature(s):
- streaming for progressive loading
##Basic Usage
## Basic Usage
```nimrod
import nimPNG