Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
by-syk committed Nov 23, 2016
1 parent 9c4dff0 commit 592249a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

### 开始使用

* 以 Eclipse 为例,将 `GraphicCR_vx.x.x.jar` 添加到项目的 `libs` 目录
* 以 Eclipse 为例,将 `graphiccr-x.x.x.jar` 添加到项目的 `libs` 目录
* 示例代码:
```java
public static void main(String[] args) {
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/com/by_syk/graphiccr/core/GraphicC1Translator.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static GraphicC1Translator getInstance() {

/**
* 目标像素判断
* (基于亮度)
* <br />(基于亮度)
*
* @param colorInt
* @return
Expand Down
2 changes: 1 addition & 1 deletion src/com/by_syk/graphiccr/core/GraphicC3Translator.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static GraphicC3Translator getInstance() {

/**
* 目标像素判断
* (基于饱和度)
* <br />(基于饱和度)
*
* @param colorInt
* @return
Expand Down

0 comments on commit 592249a

Please sign in to comment.