I hereby claim:
- I am ktejnora on github.
- I am karel82 (https://keybase.io/karel82) on keybase.
- I have a public key ASCkD1G5R3JAYi2B1b53rfmPi3bL0eSs7dKYSKYPx2FGWwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| for img in *png; do \ | |
| mv ${img} ${img}.bak ; \ | |
| convert ${img}.bak \ | |
| -gravity west -background white -splice 5x0 -background black -splice 5x0 -trim +repage -gravity West -chop 5x0 \ | |
| -gravity east -background white -splice 5x0 -background black -splice 5x0 -trim +repage -gravity east -chop 5x0 ${img:r}.png ; | |
| done |
| package cz.tejnora.pokusy; | |
| import static org.hamcrest.CoreMatchers.is; | |
| import static org.hamcrest.MatcherAssert.assertThat; | |
| import java.util.Arrays; | |
| import java.util.Collections; | |
| import java.util.Iterator; | |
| import java.util.List; | |
| import java.util.concurrent.atomic.AtomicInteger; |