Raw Light Simulation (.rawls) reader and converter
Jérôme BUISINE 29b15f295b save path of extracted stats changed | преди 4 години | |
---|---|---|
lodepng | преди 4 години | |
main | преди 4 години | |
rawls | преди 4 години | |
run | преди 4 години | |
utils | преди 4 години | |
.gitignore | преди 4 години | |
CMakeLists.txt | преди 4 години | |
README.md | преди 4 години |
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