Skip to main content

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 renderer.

Installation

pip install rawls

How to use ?

To use, simply do :

from rawls.classes.rawls import Rawls
path = 'images/example.rawls'
rawls_img = Rawls.load(path)
rawls_img.to_png('output.png')

Modules

This project contains modules.

  • converter : Converter functions in order to convert image into another
  • merger : Merger functions which enables to merge .rawls image files

All these modules 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

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rawls-0.0.4.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

rawls-0.0.4-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page