Combines images/fotos to an image similar to a Lego building instruction.
- Put all pictures in a folder.
- Create a
generate.txt
file - Open the solution in Visual Studio
- Adjust the application arguments
- Run it
- -i, --input Required. Input path containing 'generate.txt' file an images.
- -o, --output Output path where the instruction is generated to.
- -v, --verbose (Default: false) Print input file names to output.
- -x, --startIndex (Default: 1) Set start index.
- --help Display this help screen.
- --version Display version information.
- content of
generate.txt
- created image
P1150025.JPG
-- comment ignored
P1150025.JPG
P1150054.JPG 35
P1150026.JPG
P1150053.JPG
P1150027.JPG
P1150052.JPG
6x
Implemented for my personal use. You will have to change the source code when you use different image sizes, different colors, different file formats etc.