Raw Light Simulation (.rawls) reader and converter
Jérôme BUISINE f5bc4a93d6 Merge branch 'release/v1.1.8' | 3 年之前 | |
---|---|---|
lodepng | 4 年之前 | |
main | 3 年之前 | |
rawls | 3 年之前 | |
run | 3 年之前 | |
utils | 3 年之前 | |
.gitignore | 4 年之前 | |
CMakeLists.txt | 4 年之前 | |
README.md | 3 年之前 |
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_convert --image ../path/to/image.rawls --outfile image.ppm
Merge .rawls
images samples
./main/rawls_merge_mean --folder ../path/to/images --samples 100 --random 0 --outfile image.png