Difference between revisions of "Raw12 viewer"

From apertus wiki
Jump to: navigation, search
(Created page with "File:Raw12_viewer.png ==About== A rather simple demo python program to preview raw12 files. You can switch between monochrome and color mode. Output is not meant to repla...")
(No difference)

Revision as of 10:42, 30 November 2021

Raw12 viewer.png

1 About

A rather simple demo python program to preview raw12 files. You can switch between monochrome and color mode. Output is not meant to replace a proper raw development workflow but is meant as a quick and easy way to see what a raw12 file contains.

2 Prerequsiites

``` sudo apt install python3, python3-pip, python3-tk pip3 install PySimpleGUI ```

3 Usage

run with:

```python3 raw12viewer.py image.raw12```


4 Source Code

https://github.com/apertus-open-source-cinema/misc-tools-utilities/tree/master/raw12-viewer