Update README.md

This commit is contained in:
ninthakeey 2018-09-08 23:41:46 +08:00 committed by GitHub
parent d22bed4c29
commit d8b47baaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# j-webp
# webp-imageio-core
forked from qwong/j-webp
Java Image I/O reader and writer for the Google WebP image format.
基于[webp project of Luciad](https://bitbucket.org/luciad/webp-imageio) 0.4.2版本修改.
@ -8,4 +9,4 @@ Java Image I/O reader and writer for the Google WebP image format.
所以我们这里换成了[native-lib-loader](https://github.com/scijava/native-lib-loader)自动加载, 编译构建好的包里已经包含了各种OS上的native文件, 使用时会自动加载.
具体使用方法可参看`src/main/java/example`下的源码.
具体使用方法可参看`src/main/java/example`下的源码.