Gimp.Matrix3.prototype.is_simple

function is_simple(): Boolean {
    // Gjs wrapper for gimp_matrix3_is_simple()
}
  

Checks if we'll need to interpolate when applying this matrix as a transformation.

Returns

true if all entries of the upper left 2x2 matrix are either 0 or 1, false otherwise