RAW Light Simulation file reader/converter package
Project description
RAW Light Simulation reader/converter package
Description
rawls
is a python package developed during a thesis project. It enables to manage .rawls
image file extension. The image extension .rawls
is used to store all samples values of images obtained during rendering of synthesis images. This output extension is available in a custom version of pbrt-v3 details.
Installation
pip install rawls
How to use ?
To use, simply do:
from rawls.rawls import Rawls
path = 'images/example_1.rawls'
rawls_img = Rawls.load(path)
rawls_img.save('output.png')
Classes
This project contains usefull classes.
- Rawls : Manage
.rawls
file date - RawlsStats : Enables to merge
.rawls
image files and extract statistics
All these classes will be enhanced during development of the package. Documentation is available here.
How to contribute
Please refer to the guidelines file if you want to contribute!
Contributors
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rawls-0.1.3.tar.gz
.
File metadata
- Download URL: rawls-0.1.3.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 799b57b93a722cb3d29d8ae1f19669e76498b7faa0eb63af1d3a5ac53c34f059 |
|
MD5 | b3592d2107b573f5a5976d15efb6f0ab |
|
BLAKE2b-256 | 0c1b1a070f6c5f7bc3c9142805bd36e29c74380aed6422cd2d1508178a7afdde |
File details
Details for the file rawls-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: rawls-0.1.3-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8bfcd83a9722fe0c1ecc9cbb4bb5d97f3f5fe129d3cc8709d2cba199e4e4da9 |
|
MD5 | d3522a8e797edace8552f8a115455806 |
|
BLAKE2b-256 | d8126b84054b11a5642f166a379cd498feb6ea2aee1ebb8184cf7c624f7baa05 |