Add manga splitting command
This commit is contained in:
parent
e7a1834b09
commit
50067db38b
@ -0,0 +1,5 @@
|
|||||||
|
```
|
||||||
|
ls *.jpeg | sed 's,.*,& &,' | xargs -n 2 convert -crop 50%x100% +repage
|
||||||
|
```
|
||||||
|
-0 is the right page
|
||||||
|
-1 is the left page
|
Loading…
Reference in New Issue
Block a user