-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Can we get the fillBackground property added to the project?
Describe the solution you'd like
The fillBackground option allows the developer to use Generative Fill to extend an image.
The API options look along the lines of:
fillBackground // true - configures based on image width and height
fillBackground={{
...options
}}
Options include:
- crop: how to crop the image
- gravity: where to anchor the image
- prompt: to help provide context for how the fill the image
More details including how the options apply to the processing: https://cloudinary.com/blog/generative-fill-ai-powered-outpainting
The Cloudinary API is still currently in beta.
And a video for how it works in Next.js: https://www.youtube.com/watch?v=2Rt5smsSp-Q
Additional context
side note: I need to figure out a way to automate Issues or something based on maybe PRs in the core library so that we ecan synchronize updates to make sure this gets new features. But we can figure that out separately!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request