Add manga splitting command

This commit is contained in:
RealStickman 2021-07-27 15:11:27 +02:00
parent e7a1834b09
commit 50067db38b

View File

@ -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