static Matrix imageToMatrix(BufferedImage etc img) { var intList = imagePixelsToRGBAWithSize_virtualIntList(img); ret rgbaWithSizeToIntMatrix(intList); }