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
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ right inside of Svelte.
),
},
{
prop: 'fillBackground (Beta)',
prop: 'fillBackground',
type: 'boolean | object',
default: '-',
example: () => <code>{`{{ gravity: 'east' }}`}</code>,
Expand Down Expand Up @@ -445,10 +445,6 @@ crop={{

#### `enhance`

:::tip
Generative Enhance is currently in beta.
:::

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

The `enhance` prop can be used as a boolean.
Expand All @@ -463,10 +459,6 @@ enhance;

#### `fillBackground`

:::tip
Generative Fill is currently in beta.
:::

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

The `fillBackground` prop can either be a boolean, which will use a set of safe defaults to produce
Expand Down Expand Up @@ -552,10 +544,6 @@ loop;

#### `recolor`

:::tip
Generative Recolor is currently in beta.
:::

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

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

#### `remove`

:::tip
Generative Remove is currently in beta.
:::

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 @@ -735,10 +719,6 @@ removeBackground;

#### `replace`

:::tip
Generative Replace is currently in beta.
:::

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 @@ -800,10 +780,6 @@ replace={{

#### `replaceBackground`

:::tip
Generative Replace Background is currently in beta.
:::

Uses generative AI to replace the background of your image.

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

#### `restore`

:::tip
Generative Restore is currently in beta.
:::

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: 0 additions & 28 deletions packages/docs/src/content/docs/components/image/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ You can also use coordinates to crop to the exact location you need:
/>
```

:::note
The extract transformation is currently in Beta. [Learn more](https://cloudinary.com/documentation/transformation_reference#e_extract).
:::

### Generative Fill

`fillBackground`: Fills the background of an image using Generative AI
Expand Down Expand Up @@ -288,10 +284,6 @@ The extract transformation is currently in Beta. [Learn more](https://cloudinary
/>
```

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

### Generative Recolor

`recolor`: Recolors an object in an image using Generative AI
Expand Down Expand Up @@ -322,10 +314,6 @@ The generative fill transformation is currently in Beta. <a href="https://cloudi
/>
```

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

### Generative Remove

`remove`: Removes an object in an image using Generative AI
Expand Down Expand Up @@ -356,10 +344,6 @@ The generative replace transformation is currently in Beta. <a href="https://clo
/>
```

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

### Generative Replace

`replace`: Replaces an object in an image using Generative AI
Expand Down Expand Up @@ -390,10 +374,6 @@ The generative replace transformation is currently in Beta. <a href="https://clo
/>
```

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

### Generative Restore

`restore`: Restores an image using Generative AI.
Expand Down Expand Up @@ -437,10 +417,6 @@ After:
/>
```

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

### Generative Replace Background

Uses generative AI to replace the background of your image. It can either generate a background for you based on context, or take in a prompt.
Expand Down Expand Up @@ -535,10 +511,6 @@ You can also pass in a seed to the prompt:
/>
```

:::note
The generative replace background transformation is currently in Beta. [Learn more](https://cloudinary.com/documentation/transformation_reference#e_gen_background_replace).
:::

## Filters & Effects

Included in the Cloudinary transformations library are different filters and effects
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ right inside of Svelte.
),
},
{
prop: 'fillBackground (Beta)',
prop: 'fillBackground',
type: 'boolean | object',
default: '-',
example: () => <code>{`{{ gravity: 'east' }}`}</code>,
Expand Down Expand Up @@ -416,10 +416,6 @@ crop: {

#### `enhance`

:::tip
Generative Enhance is currently in beta.
:::

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

The `enhance` prop can be used as a boolean.
Expand All @@ -434,10 +430,6 @@ enhance: true;

#### `fillBackground`

:::tip
Generative Fill is currently in beta.
:::

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

The `fillBackground` prop can either be a boolean, which will use a set of safe defaults to produce
Expand Down Expand Up @@ -523,10 +515,6 @@ loop: true;

#### `recolor`

:::tip
Generative Recolor is currently in beta.
:::

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

The `recolor` prop can either be an array with the objects to be replaced or an object
Expand Down Expand Up @@ -592,10 +580,6 @@ recolor: {

#### `remove`

:::tip
Generative Remove is currently in beta.
:::

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 @@ -706,10 +690,6 @@ removeBackground: true;

#### `replace`

:::tip
Generative Replace is currently in beta.
:::

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 @@ -771,10 +751,6 @@ replace: {

#### `replaceBackground`

:::tip
Generative Replace Background is currently in beta.
:::

Uses generative AI to replace the background of your image.

The `replaceBackground` prop can be a boolean, string, or object
Expand Down Expand Up @@ -836,10 +812,6 @@ replaceBackground: {

#### `restore`

:::tip
Generative Restore is currently in beta.
:::

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