Re: Where to get the new shadow mask filter?
Posted: Tue Dec 14, 2021 5:29 pm
Now this is more like it. Maybe we can get some more subtle masks now.
The online community for MiSTer FPGA enthusiasts
https://misterfpga.org/
Code: Select all
# format:
# v2 line must be present for version 2 mask
# every item in mask is CXY where:
# C - color 0..7 (bits: 001 - blue, 010 - green, 100 - red)
# X - intensity for "on" 0..F (100%-193.75%, 6.25% steps)
# Y - intensity for "off" 0..F (0%-93.75%, 6.25% steps)
v2
# w,h: max is 16,16
6,4
# lut
422,422,222,222,122,122
422,422,222,222,122,122
222,122,122,422,422,222
222,122,122,422,422,222
Hello Asteld,
If you're using the scan doubler function, use scan. Otherwise always use vertical. At least that was my takeaway.SpotAnime wrote: ↑Sat Jan 15, 2022 12:16 pm It would be helpful to also organize files based on the different Video Processor menu selections: Horizontal Filter, Vertical Filter, Scan Filter, Gamma Correction and Shadow Mask. As all the files are selectable across all the selections, it gets a little confusing as to which files I should be using for each. Going by Trash Uncle's latest video (which is helpful, BTW), I still don't fully understand when I should be selecting a scanline file for a Vertical Filter vs a Scan Filter.