Background Remove
It removes the background of the given image and sends it back to you.
Options
- File Path: It takes the image to be background removed
- Type:
System.String - Required
- Type:
- Output File Path: It takes the file path of the resulting image after the background removal process
- Type:
System.String - Required
- Type:
- Alpha: It determines how sharp or soft the boundaries of an object are in segmentation. The alpha channel can have values that make pixels completely transparent or completely opaque. These alpha values can be adjusted to make the edges of objects in the image softer or sharper. The recommended values range from 10 to 25, with a default value of 10.
- Type:
System.Int32 - Required
- Type:
- Shadow: It decides whether the object that had its background removed will have a shadow or not.
- Type:
System.Boolean - Required
- Type:
Details
- Supported image formats are BMP, JPG, JPEG and PNG.