Post #4004346
2026-07-03 09:34 UTC
@SEGFAULT@oldbytes.space what filter do you use? for this white foliage you want to use a ~720nm long-pass filter. I use the second colour inversion as described here: https://blog.janamarie.dev/irphotography.html, the imagemagick command would be
magick $INPUT -color-matrix ' 0 0 1 1 0 0 0 1 0 ' $OUTPUT
if you write out the colour matrix, it becomes a bit more readable
. R G B
R 0 0 1
G 1 0 0
B 0 1 0
Replies (1)
-
@SEGFAULT@oldbytes.space 2026-07-03 09:38
@janamarie@mystical.garden I think it was a 750nm. I also just ran into your advice on your blog to try a yellow filher. Will have to experiment. Thanks for the info :3