Raw12 viewer

From apertus wiki
Revision as of 10:45, 30 November 2021 by Sebastian (talk | contribs)
Jump to: navigation, search

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