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...")
 
Line 6: Line 6:


==Prerequsiites==
==Prerequsiites==
```
<pre class="code">
sudo apt install python3, python3-pip, python3-tk
sudo apt install python3, python3-pip, python3-tk
pip3 install PySimpleGUI
pip3 install PySimpleGUI
```
</pre>


==Usage==
==Usage==
Line 15: Line 15:
run with:
run with:


```python3 raw12viewer.py image.raw12```
<pre class="code">python3 raw12viewer.py image.raw12</pre>




Line 21: Line 21:


https://github.com/apertus-open-source-cinema/misc-tools-utilities/tree/master/raw12-viewer
https://github.com/apertus-open-source-cinema/misc-tools-utilities/tree/master/raw12-viewer
==Development Todo List==
https://lab.apertus.org/T1276

Revision as of 10:45, 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

5 Development Todo List

https://lab.apertus.org/T1276