https://github.com/idein/librpiraw
Yet another RAW image manupulating library
https://github.com/idein/librpiraw
image raspberry-pi raw
Last synced: about 1 month ago
JSON representation
Yet another RAW image manupulating library
- Host: GitHub
- URL: https://github.com/idein/librpiraw
- Owner: Idein
- License: other
- Created: 2017-05-08T08:55:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T16:07:33.000Z (over 8 years ago)
- Last Synced: 2025-01-26T20:30:45.489Z (over 1 year ago)
- Topics: image, raspberry-pi, raw
- Language: C
- Size: 43 KB
- Stars: 0
- Watchers: 28
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `librpiraw`
`librpiraw` is yet another RAW image manipulating library.
## Installation
```
$ autoreconf -i -m
$ ./configure
$ make
$ sudo make install
```