Twit Progress
Phew, a lot of work. I am making the TWIT algorithms as a PyPI package that only deals with Tensor Weighted Interpolative Transfer. It has nothing of Cognate nor SRS nor NuTank in it. It will let one do all sorts of scaling and clipping between tensors. Often people ask on StackOverflow about scaling images in tensors, and the current solution is to use an the pillow image library. You convert from tensor to image, scale, and back to tensor. Twit will let one do that without the image library, and crop and clip. Anyway, lots of progress. It will be up soon as a GitHub project.