Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gennyble/gaze
Image processing things :D
https://github.com/gennyble/gaze
camera raw-image
Last synced: 3 months ago
JSON representation
Image processing things :D
- Host: GitHub
- URL: https://github.com/gennyble/gaze
- Owner: gennyble
- License: other
- Created: 2021-01-08T01:50:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T04:09:24.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:18:40.187Z (9 months ago)
- Topics: camera, raw-image
- Language: Rust
- Homepage:
- Size: 262 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
**currently going through a major refactor everything is quite severely broken, but we're getting more colour accurate so that's cool :D**
# gaze
An image processing program that lives in the terminal.This repository contains gaze and associated libraries and programs.
### `gaze`
gaze itself. this directory might end up being replaced with `rawproc-dev`, but we'll see. the future is vast and uncertain.### `curver` ([readme](curver/README.md))
A little GUI for creating tone curves. Saves as a line separated value. The readme has some more information and controls of the program.---
### `rawproc` ([readme](rawproc/README.md))
The crate containing the algorithms et al. for gaze.### `imgout`
Responsible for writing PNG, JPEG, and WebP files. Maybe more, later.### `fluffy`
Image drawing thing for use with softbuffer.---
### `dslr-trichrome` ([readme](dslr-trichrome/README.md))
Experiments in weird trichrome using my DSLR.### `img2curve` ([readme](img2curve/README.md))
Little tool that reads an image and outputs a line-separated file for gaze to read a tone curve from.