• Use Cases
  • Background Removal

Removing a Background from an Image

Removing backgrounds require enabling the Cloudinary AI Background Removal Add-On which includes a free tier for getting started.

Once enabled, you can simply apply the removeBackground parameter.

Example

Turtle
<CldImage
  width="960"
  height="600"
  src="images/turtle"
  sizes="100vw"
  removeBackground
  alt="Turtle"
/>

Learn More