Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 390 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 390 Bytes

LeftRightImageSplitter

Usage

Create a file named example.txt including all file names you want to split. For example:

a.jpg
aa.jpg
afa.jpg
afda.jpg
ffa.jpg
afda.jpg
ga.jpg
naa.jpg
sma.jpg
haa.jpg

Then create two folders named left and right and execute:

./LeftRightImageSplitter < example.txt

And you will get splitted images in left/%d.jpg and right/%d.jpg.