From 684e7a76872f6f50f34223ea65a944ddf027c232 Mon Sep 17 00:00:00 2001 From: Francesco Bucciantini Date: Tue, 12 Sep 2023 16:45:20 +0100 Subject: [PATCH] Introduced tetrahedral interpolation and changed fullrange parameter fullrange parameter is now an integer and no longer a boolean. tetrahedral interpolation is now used instead of trilinear. --- LinearTransformation.avsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinearTransformation.avsi b/LinearTransformation.avsi index 9c34d95..b5a7716 100644 --- a/LinearTransformation.avsi +++ b/LinearTransformation.avsi @@ -152,7 +152,7 @@ Function LinearTransformation(clip clp, string "Input", string "Output") { Assert(CubeStr != "","LinearTransformation: Transformation not supported, please choose a valid input and output Input='"+Input+"' Output='"+Output+"'" ) - Cube(clp, myPath + CubeStr + ".cube", fullrange=true).propset("_Matrix", my_Matrix).propset("_Transfer", my_transfer) + Cube(clp, myPath + CubeStr + ".cube", interp=1, fullrange=1).propset("_Matrix", my_Matrix).propset("_Transfer", my_transfer) out = Last.ConvertBits(bits=bpc, dither=1)