post-process breakdown


I felt a bit liek writing a post-mortem, but didn't want to write much so here's a quick post-process breakdown:
- convert to brightness
   = max(g,r)
- apply some noise
- threshold
- multiply the original rgb
   *=rgb*(1.0-(b-g))
- quantize + dither

Leave a comment

Log in with itch.io to leave a comment.