Skip to content

Commit

Permalink
filmsim: add preset for one click awesomeness
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Feb 26, 2025
1 parent 17ea63b commit 5bb1ac4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions bin/data/presets/filmsim.pst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# put spectral analog film simulation into the default pipeline
# instead of filmcurve and local contrast.
module:filmsim:01
module:i-lut:filmsim
module:i-lut:spectem
param:i-lut:filmsim:filename:data/filmsim.lut
param:i-lut:spectem:filename:data/spectra-em.lut
connect:colour:01:output:filmsim:01:input
connect:filmsim:01:output:display:main:input
connect:filmsim:01:output:hist:01:input
connect:i-lut:filmsim:output:filmsim:01:filmsim
connect:i-lut:spectem:output:filmsim:01:spectra
2 changes: 1 addition & 1 deletion src/pipe/modules/filmsim/params
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
film:int:1:0
ev film:float:1:0
g film:float:1:1.0
paper:int:1:0
paper:int:1:1
ev paper:float:1:0.0
g paper:float:1:1.0
grain:int:1:0
Expand Down

0 comments on commit 5bb1ac4

Please sign in to comment.