removebg static method

TransformationData removebg()

Remove background from any image

Returns TransformationData.

Implementation

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