removeBg static method

TransformationData removeBg()

Remove background from any image

Returns TransformationData.

Implementation

static TransformationData removeBg() {
  // Call the generated class method
  return RemoveBg().bg();
}