javascript access to [jit.matrixset]

artm's icon

Is there a way to get at individual matrixes in jit.matrixset from javascript?

Namely, could I copy a matrix from a set to an Image object of [jsui]?

artm's icon

answer to myself

I found it easier to emulate jit.matrixset in javascript (maintaining an array of Image objects that are copied from incoming matrices using .fromnamedmatrix).