Next Cloudinary
GitHubGitHub
  • Getting Started
  • Installation
  • Components
    • CldImage
      • Basic Usage
      • Configuration
      • Examples
    • CldOgImage
      • Basic Usage
      • Configuration
      • Examples
    • CldUploadButton
      • Basic Usage
      • Configuration
      • Examples
    • CldUploadWidget
      • Basic Usage
      • Configuration
      • Examples
    • CldVideoPlayer
      • Basic Usage
      • Configuration
      • Examples
  • Use Cases
    • Background Removal
    • Image Overlays
    • Image Underlays
    • Social Media Card
    • Text Overlays
    • Uploading Images & Videos
  • Guides
    • Next.js 13
    • Responsive Images
  • Resources
  • Getting Started
  • Installation
  • Components
    • CldImage
      • Basic Usage
      • Configuration
      • Examples
    • CldOgImage
      • Basic Usage
      • Configuration
      • Examples
    • CldUploadButton
      • Basic Usage
      • Configuration
      • Examples
    • CldUploadWidget
      • Basic Usage
      • Configuration
      • Examples
    • CldVideoPlayer
      • Basic Usage
      • Configuration
      • Examples
  • Use Cases
    • Background Removal
      • Example
      • Learn More
    • Image Overlays
    • Image Underlays
    • Social Media Card
    • Text Overlays
    • Uploading Images & Videos
  • Guides
    • Next.js 13
    • Responsive Images
  • Resources

On This Page

  • Example
  • Learn More
Question? Give us feedback →Edit this page on GitHub
  • 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

  • CldImage Configuration
Last updated on March 9, 2023
ExamplesImage Overlays

MIT 2023 © Colby Fayock