Remove a Background from an Image
Astro Cloudinary supports background removal and modification.
The CldImage component removes backgrounds from images using the removeBackground
prop.
Examples
Remove Background
Color Change
Use background
to specify a background color.
Replace with Image
Use underlay: "<Your Public ID>"
to specify an image to use as a background.
AI-Generated Background
Use replaceBackground="<prompt>"
for an AI-generated prompt-based background.