Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 1 addition & 31 deletions docs/pages/cldimage/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ right inside of Next.js.
more: () => (<a className="whitespace-nowrap" href="https://cloudinary.com/documentation/transformation_reference#e_extract">More Info</a>)
},
{
prop: 'fillBackground (Beta)',
prop: 'fillBackground',
type: 'boolean | object',
default: '-',
example: () => (<code>{`{{ gravity: 'east' }}`}</code>),
Expand Down Expand Up @@ -424,9 +424,6 @@ crop={{

### `enhance`

<Callout emoji={false} type="info">
Generative Enhance is currently in beta.
</Callout>

Uses generative AI to enhance the visual appeal of an image.

Expand All @@ -444,11 +441,6 @@ enhance

### `extract`

<Callout emoji={false} type="info">
Extract is currently in beta.
</Callout>


Extracts an area or multiple areas of an image, described in natural language, keeping
the content of the extracted area (like background removal) or making the extracted area
transparent keeping the rest of image, which can be helpful creating a mask.
Expand Down Expand Up @@ -533,9 +525,6 @@ extract={{

### `fillBackground`

<Callout emoji={false} type="info">
Generative Fill is currently in beta.
</Callout>

Automatically fills the padded area using generative AI to extend the image seamlessly.

Expand Down Expand Up @@ -622,9 +611,6 @@ loop

### `recolor`

<Callout emoji={false} type="info">
Generative Recolor is currently in beta.
</Callout>

Uses generative AI to recolor parts of your image, maintaining the relative shading.

Expand Down Expand Up @@ -687,10 +673,6 @@ recolor={{

### `remove`

<Callout emoji={false} type="info">
Generative Remove is currently in beta.
</Callout>

Uses generative AI to remove unwanted parts of your image, replacing the area with realistic pixels.

The `remove` prop can either be a string, an array, or an object with the following options:
Expand Down Expand Up @@ -799,10 +781,6 @@ removeBackground

### `replace`

<Callout emoji={false} type="info">
Generative Replace is currently in beta.
</Callout>

Uses generative AI to replace parts of your image with something else.

The `replace` prop can either be an array with the objects to be replaced or an object
Expand Down Expand Up @@ -864,10 +842,6 @@ replace={{

### `replaceBackground`

<Callout emoji={false} type="info">
Generative Replace Background is currently in beta.
</Callout>

Uses generative AI to replace the background of your image.

The `replaceBackground` prop can be a boolean, string, or object
Expand Down Expand Up @@ -929,10 +903,6 @@ replaceBackground={{

### `restore`

<Callout emoji={false} type="info">
Generative Restore is currently in beta.
</Callout>

Uses generative AI to restore details in poor quality images or images that may have become degraded through repeated processing and compression.

The `restore` prop can be used as a boolean.
Expand Down
28 changes: 7 additions & 21 deletions docs/pages/cldimage/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,7 @@ crop to a specific ratio without specifying the width and height.
```
</CodeBlock>

<Callout emoji={false}>
The extract transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_extract">Learn more</a>.
</Callout>


### Generative Fill

Expand Down Expand Up @@ -422,9 +420,7 @@ crop to a specific ratio without specifying the width and height.
```
</CodeBlock>

<Callout emoji={false}>
The generative fill transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#b_gen_fill">Learn more</a>.
</Callout>


### Generative Recolor

Expand Down Expand Up @@ -466,9 +462,7 @@ crop to a specific ratio without specifying the width and height.
```
</CodeBlock>

<Callout emoji={false}>
The generative recolor transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
</Callout>


### Generative Remove

Expand Down Expand Up @@ -517,9 +511,7 @@ crop to a specific ratio without specifying the width and height.
```
</CodeBlock>

<Callout emoji={false}>
The generative remove transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
</Callout>


### Generative Replace

Expand Down Expand Up @@ -563,9 +555,7 @@ crop to a specific ratio without specifying the width and height.
```
</CodeBlock>

<Callout emoji={false}>
The generative replace transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
</Callout>


### Generative Replace Background

Expand Down Expand Up @@ -606,9 +596,7 @@ crop to a specific ratio without specifying the width and height.
```
</CodeBlock>

<Callout emoji={false}>
The generative replace background transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_background_replace">Learn more</a>.
</Callout>


### Generative Restore

Expand Down Expand Up @@ -651,9 +639,7 @@ crop to a specific ratio without specifying the width and height.
```
</CodeBlock>

<Callout emoji={false}>
The generative restore transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_restore">Learn more</a>.
</Callout>



## Filters & Effects
Expand Down
21 changes: 5 additions & 16 deletions docs/pages/getcldimageurl/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ right inside of Next.js.
more: () => (<a className="whitespace-nowrap" href="https://cloudinary.com/documentation/transformation_reference#c_crop_resize">More Info</a>)
},
{
name: 'fillBackground (Beta)',
name: 'fillBackground',
type: 'boolean | object',
default: '-',
example: () => (<code>{`{{ gravity: 'east' }}`}</code>),
Expand Down Expand Up @@ -335,9 +335,6 @@ crop: {

### `fillBackground`

<Callout emoji={false} type="info">
Generative Fill is currently in beta.
</Callout>

Automatically fills the padded area using generative AI to extend the image seamlessly.

Expand Down Expand Up @@ -412,9 +409,7 @@ gravity: 'face'

### `recolor`

<Callout emoji={false} type="info">
Generative Recolor is currently in beta.
</Callout>


Uses generative AI to recolor parts of your image, maintaining the relative shading.

Expand Down Expand Up @@ -477,9 +472,7 @@ recolor: {

### `remove`

<Callout emoji={false} type="info">
Generative Remove is currently in beta.
</Callout>


Uses generative AI to remove unwanted parts of your image, replacing the area with realistic pixels.

Expand Down Expand Up @@ -589,9 +582,7 @@ removeBackground: true

### `replace`

<Callout emoji={false} type="info">
Generative Replace is currently in beta.
</Callout>


Uses generative AI to replace parts of your image with something else.

Expand Down Expand Up @@ -654,9 +645,7 @@ replace: {

### `restore`

<Callout emoji={false} type="info">
Generative Restore is currently in beta.
</Callout>


Uses generative AI to restore details in poor quality images or images that may have become degraded through repeated processing and compression.

Expand Down
3 changes: 0 additions & 3 deletions docs/pages/getcldimageurl/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,3 @@ Learn more about [cropping](/getcldimageurl/configuration#crop) and [responsive
```
</CodeBlock>

<Callout emoji={false}>
The generative fill transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#b_gen_fill">Learn more</a>.
</Callout>