Wrote basic readme for description, setup, usage and settings of picture-mosaic.
Installtion instructions (as from souce code/repo to runnable code) still needs to be done.
A settings.txt file is created and filled with
the hard-coded values if none is found.
If one is found its content will overwrite the
hard-coded values.
Checks if the internal version string matches the settings.txt
file before loading the values.
The settings file ignores lines not matching the regex: ".*=.*"
Fixed Bugs preventing correct execution including:
Erroneous slot calculations
Incorrect workload division for targetWorkers
Placing shrinked Versions (improved performance)
Also introduced:
keepRatio option - to only shrink Input while keeping their ratio
cutOut - cutting out unrasterized space on the target Image
(cutOut is only there to correct the flawed Rasterization)
Tested working on Linux system in development environment.
Input pictures are stretched to fit their slots.
Configuration lies within the source files.