mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-10 13:11:50 +09:00
shared library loading in-mem
This commit is contained in:
@@ -835,7 +835,7 @@ class GraphicsJSR223Delegate(private val vm: VM) {
|
||||
score += contrastWeight(yALow, yBLow, deltaLow, 2)
|
||||
}
|
||||
|
||||
return score > 14.0
|
||||
return score > 4.0
|
||||
}
|
||||
|
||||
fun encodeIpf2(srcPtr: Int, destPtr: Int, width: Int, height: Int, channels: Int, hasAlpha: Boolean, pattern: Int) {
|
||||
|
||||
Reference in New Issue
Block a user