Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoym committed Jul 3, 2014
1 parent 28b0f23 commit 0dede86
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,47 +33,47 @@ app-console.py input.jpg 90 90 output.jpg
-----------------------------------------------

```
app-console.py input.jpg 70 90 output.jpg
app-console.py input.jpg 90 70 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/70x90.jpg)

-----------------------------------------------

```
app-console.py input.jpg 50 90 output.jpg
app-console.py input.jpg 90 50 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/50x90.jpg)

-----------------------------------------------

```
app-console.py input.jpg 30 90 output.jpg
app-console.py input.jpg 90 30 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/30x90.jpg)

-----------------------------------------------

```
app-console.py input.jpg 10 90 output.jpg
app-console.py input.jpg 90 10 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/10x90.jpg)

-----------------------------------------------

```
app-console.py input.jpg 90 50 output.jpg
app-console.py input.jpg 50 90 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/90x50.jpg)

-----------------------------------------------

```
app-console.py input.jpg 70 50 output.jpg
app-console.py input.jpg 50 70 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/70x50.jpg)
Expand All @@ -89,15 +89,15 @@ app-console.py input.jpg 50 50 output.jpg
-----------------------------------------------

```
app-console.py input.jpg 30 50 output.jpg
app-console.py input.jpg 50 30 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/30x50.jpg)

-----------------------------------------------

```
app-console.py input.jpg 10 50 output.jpg
app-console.py input.jpg 50 10 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/10x50.jpg)
Expand All @@ -107,31 +107,31 @@ app-console.py input.jpg 10 50 output.jpg


```
app-console.py input.jpg 90 10 output.jpg
app-console.py input.jpg 10 90 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/90x10.jpg)

-----------------------------------------------

```
app-console.py input.jpg 70 10 output.jpg
app-console.py input.jpg 10 70 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/70x10.jpg)

-----------------------------------------------

```
app-console.py input.jpg 50 10 output.jpg
app-console.py input.jpg 10 50 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/50x10.jpg)

-----------------------------------------------

```
app-console.py input.jpg 30 10 output.jpg
app-console.py input.jpg 10 30 output.jpg
```

![](https://raw.githubusercontent.com/ufoym/cropman/gh-pages/images/30x10.jpg)
Expand Down

0 comments on commit 0dede86

Please sign in to comment.