https://github.com/afichet/tiresias
Minimalistic Spectral Image Viewer
https://github.com/afichet/tiresias
Last synced: about 1 year ago
JSON representation
Minimalistic Spectral Image Viewer
- Host: GitHub
- URL: https://github.com/afichet/tiresias
- Owner: afichet
- License: bsd-3-clause
- Created: 2022-01-07T18:14:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T13:02:41.000Z (about 3 years ago)
- Last Synced: 2025-02-10T13:38:03.843Z (over 1 year ago)
- Language: C++
- Size: 528 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple spectral image viewer.
This program is in pre-alpha.
It has known bugs and **SHALL NOT BE TRUSTED** at its current stage.
There is plenty of known issue, e.g., incorrect scaling factor (100% zoom is not 1:1).
It partially supports OpenEXR spectral images. It does not support OpenEXR RGB, Y, YCbCr images.
Use it at your own risk.
Checking out the repository
===========================
```
git clone git@github.com:yama-chan/openexr-converter.git
git submodule update --init --recursive
```