AI Image Processing - RemoveBg
Description
The AI ImageProcessing RemoveBg service automatically removes the background of images in OMN DAM. This is done by using the RemoveBg service.
Configuration
Workflow-Name: ai-imageprocessing-removebg
| Key (* = required) | Type | Default | Description | Example |
|---|---|---|---|---|
ext.ai-imageprocessing.apiurl* |
string |
Has to be set to the imageprocessing services api url |
||
ext.ai-imageprocessing.apikey* |
string |
Has to be set to the api key for the service you are using |
||
ext.ai-imageprocessing.filetype* |
string |
The file type of the returning image. Can be set to png, jpg or zip. png is recommended as it supports transparency. zip contains the alpha mask as a png and a color corrected source image in jpg format. See also here |
||
ext.ai-imageprocessing.quality* |
string |
Maximum output image resolution: "preview" (default) = Resize image to 0.25 megapixels (e.g. 625×400 pixels) – 0.25 credits per image, "full" = Use original image resolution, up to 25 megapixels (e.g. 6250x4000) with formats ZIP or JPG, or up to 10 megapixels (e.g. 4000x2500) with PNG – 1 credit per image), "auto" = Use highest available resolution (based on image size and available credits). See also here |
preview |
|
ext.ai-imageprocessing.backgroundcolor |
string |
white |
Sets the background color of the returning image to a solid color. Can be hexcode (87d5a8, fff) or color name (grey, red). For semi-transparency use 4- / 8-digit hex codes (87da877, fff7) |
red |
ext.ai-imageprocessing.overwrite |
boolean |
false |
If true, the returning image will overwrite any image of the same name. If false a numeric counter is used as suffix for the new name |
false |
ext.ai-imageprocessing.path |
boolean |
false |
determines if an SVG path should be written |
false |