Remove image background from new Camera photo
Changes the background of an image. You can set a new background image or a color. Use this module to apply white background. Use for all types of product shots: product-only, flat lay, on-model, editorial campaigns. Works perfectly for products, apparel, person, cars, furniture, animals, logos.
Developer info
- API endpoint slug
- picsart.removebg
- Filter code method
- Picsart.removebg.skip(string?: reason)
- Runtime method
- runAction("picsart.removebg", {})
Action fields
Image url Text input > Link
- Label
- Original Image URL
- Helper text
- Source image URL.
- Slug
- image_url
- Required
- true
- Can have default value
- true
- Filter code method
- Picsart.removebg.setImageUrl(string: image_url)
Bg image url Text input > Link
- Label
- Background Image URL
- Helper text
- The background image URL. Don't use with Background Color. Apply either or.
- Slug
- bg_image_url
- Required
- false
- Can have default value
- true
- Filter code method
- Picsart.removebg.setBgImageUrl(string: bg_image_url)
Bg color Text input > Path to a folder
- Label
- Background Color
- Helper text
- Can be a hexcolor code (e.g., #82d5fa, #fff) or a color name (e.g., blue). For semi-transparency, 4-/8-digit hexcodes are also supported (e.g., #18d4ff87). Don't use with Background Image URL.
- Slug
- bg_color
- Required
- true
- Can have default value
- true
- Filter code method
- Picsart.removebg.setBgColor(string: bg_color)
Format Dropdown list
- Label
- Format
- Helper text
- Optionally select one of the image formats (JPG is default).
- Slug
- format
- Required
- false
- Can have default value
- true
- Filter code method
- Picsart.removebg.setFormat(string: format)