Closed kedaitinh12 closed 3 years ago
Yes, it's a problem with sh_GetUserGlobalIMTint(), it outputs blank, by setting it to sh_GetUserGlobalIMTint(true) it works back again. Will fix it. On the linked algo, I worked on it yesterday but found it subpar compared to wonkey_monkey algo:
Expr("x[0,1] x[0,0] J@ 32 scaleb - O@ J 32 scaleb + P@ clip B^ x[-1,0] O P clip D^ x[1,0] O P clip E^ x[0,-1] O P clip G^
B D E G + + + 0.125 * J 0.5 * +","")
Expr("x[0,1] 2 * x[-1,0] 2 * x[1,0] 2 * x[0,-1] 2 * + + + x[-1,-1] - x[1,-1] - x[-1,1] - x[1,1] - 0.250 *","")
Fixed: 1c3ef4f642d71ce9f957192e2a9e9d32e9874a3c
Thanks
I meet error when use this script:
But when change to NotSMDegrain() of real.finder, I don't meet this error