Raw Light Simulation (.rawls) reader and converter
Jérôme BUISINE 0a7b5101ba fix issue of entered est param | 4 anni fa | |
---|---|---|
lodepng | 4 anni fa | |
main | 4 anni fa | |
rawls | 4 anni fa | |
run | 4 anni fa | |
utils | 4 anni fa | |
.gitignore | 4 anni fa | |
CMakeLists.txt | 4 anni fa | |
README.md | 4 anni fa |
Can read and flip horizontally a .rawls
image.
Can read and convert .rawls
generated syntehsis image format into .ppm
or .png
.
.rawls
store all pixels values as float and keeps also information about generated image (renderer used).
.rawls
contains 3 blocks and specific lines information within each block:
{width}
{height}
{nbChannels}
mkdir build
cd build && cmake ..
make
Convert the .rawls
image format into .ppm
./main/rawls_reader --image ../path/to/image.rawls --outfile image.ppm
Merge .rawls
images samples
./main/rawls_merge --folder ../path/to/images --samples 100 --random 0 --outfile image.png