index
:
digichrome.git
this commit
main
Intuitive RAW photo processing engine
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pipeline.rs
blob: c68935d4239b0e6654f4a054a781420bf3995e47 (
plain
)
1
2
3
4
5
use crate::demosaic::Demosaic; pub struct Resources { pub demosaic: Box<dyn Demosaic>, }