AI Background Removal
Blitline uses modern day AI libraries to offer services such as background removal.
You can take an image, and remove the background
Original:

Background Removed:

You can then do things like re-composite image on-top of a new background, such as this:

You can use the remove_background function, just like an other Blitline function:
Example:
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/blitdoc/jpgs/musk.jpg",
"functions":[
{
"name":"remove_background",
"params":{
},
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Try it here: