I am using the action "Find Image" a lot lately in a autosplitter I have made for speedrunning. (I know crazy abuse of the system but it works!)
The problem is for each image file I need to be able to customize how much fuzziness I want from the file name. This means I need to be able to set the fuzziness to a variable, but I currently can only hard code the fuzziness.
I have read the other posts on this and it seems
has a workaround of using apple script, but that is gonna be too slow for my use case where I need to run this 10 times a second at least.
My workaround right now is having a bunch of ifs for the various fuzzinesses I need, but its gross and limited.
Any thoughts of adding a way to use variables for fuzziness?
It is basically a UI image. It would be relatively little code to get the fuzziness from a calculation, but it would require a fair amount of UI to allow the selection between a slider and as calculation, and all the extra UI that that entails.
Unfortunately, I think your best bet is a Switch action, which could then offer as many fuzz adjustments as you can face making.