https://github.com/desdeux/odin-libraw
Odin bindings to LibRaw
https://github.com/desdeux/odin-libraw
libraw odin odin-lang
Last synced: 5 months ago
JSON representation
Odin bindings to LibRaw
- Host: GitHub
- URL: https://github.com/desdeux/odin-libraw
- Owner: desdeux
- Created: 2020-04-17T16:39:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T07:06:33.000Z (about 4 years ago)
- Last Synced: 2024-05-23T05:09:49.610Z (about 2 years ago)
- Topics: libraw, odin, odin-lang
- Language: Odin
- Size: 313 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Odin-LibRaw
Odin bindings to [LibRaw](https://www.libraw.org/)
# Usage
See example.odin (In order to work you should provide a raw file, [list of supported cameras](https://www.libraw.org/supported-cameras))``
```
odin run example.odin rawlife.arw
```