update docs

This commit is contained in:
xianjimli 2018-11-14 14:29:43 +08:00
parent dd5eb95cee
commit 1123ea0e72
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# 最新动态
* 2018/11/14
* 完善digit\_clock
* change WITH\_NANOVG\_GL to WITH\_NANOVG\_GPU
* 2018/11/13
* 修改agg/agge为nanovg后端时linecap的BUG。

View File

@ -48,7 +48,7 @@
可以用imagemagic转换
```
convert test.png +dither test.jpg
convert bg.png -ordered-dither o8x8,32,64,32 bg.jpg
```
> 参考http://www.imagemagick.org/Usage/quantize/