Skip to content

Commit 633b84c

Browse files
All links with image_transformations# and
video_manipulation_and_delivery#
1 parent b70c561 commit 633b84c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+78
-78
lines changed

src/Transformation/Adjustment/CommonAdjustmentTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static function gamma(?int $level = null): LevelEffectAction
6666
/**
6767
* Applies the 3D LUT file to the asset.
6868
*
69-
* @see https://cloudinary.com/documentation/image_transformations#applying_3d_luts_to_images
69+
* @see https://cloudinary.com/documentation/effects_and_artistic_enhancements#3d_luts
7070
*
7171
* @param string|null $lutId The 3D LUT file id
7272
*

src/Transformation/Adjustment/Improve.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Defines how to improve an image by automatically adjusting image colors, contrast and brightness.
1515
*
1616
* **Learn more**: <a
17-
* href=https://cloudinary.com/documentation/image_transformations#image_improvement_effects target="_blank">
17+
* href=https://cloudinary.com/documentation/effects_and_artistic_enhancements#improve target="_blank">
1818
* Image improvement effects</a>
1919
*
2020
* @api

src/Transformation/Adjustment/Opacity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Adjusts the opacity of the image to the specified percentage of opaqueness, making it semi-transparent.
1717
*
1818
* **Learn more**:
19-
* <a href=https://cloudinary.com/documentation/image_transformations#controlling_image_opacity
19+
* <a href=https://cloudinary.com/documentation/effects_and_artistic_enhancements#controlling_image_opacity
2020
* target="_blank">Controlling image opacity</a>
2121
*
2222
*

src/Transformation/Adjustment/ReplaceColor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* approaching white, black, or gray.
2222
*
2323
* **Learn more**:
24-
* <a href=https://cloudinary.com/documentation/image_transformations#replace_color_effect
24+
* <a href=https://cloudinary.com/documentation/generative_ai_transformations#generative_replace
2525
* target="_blank">Replace colors example</a>
2626
*
2727
* @api

src/Transformation/Background/AutoBackground.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Automatically sets the background color when resizing with padding.
1717
*
1818
* **Learn more**:
19-
* <a href="https://cloudinary.com/documentation/image_transformations#content_aware_padding" target="_blank">
19+
* <a href="https://cloudinary.com/documentation/effects_and_artistic_enhancements#content_aware_padding" target="_blank">
2020
* Content-aware padding</a>
2121
*
2222
* @api

src/Transformation/Background/AutoBackgroundMode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Defines the custom colors to use when resizing using content-aware padding.
1515
*
1616
* **Learn more**:
17-
* <a href=https://cloudinary.com/documentation/image_transformations#content_aware_padding
17+
* <a href=https://cloudinary.com/documentation/effects_and_artistic_enhancements#content_aware_padding
1818
* target="_blank">Content-aware padding with custom color palette</a>
1919
*
2020
* @api

src/Transformation/Background/AutoGradientBackground.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Automatically sets the background color when resizing with padding.
1515
*
1616
* **Learn more**:
17-
* <a href="https://cloudinary.com/documentation/image_transformations#content_aware_padding" target="_blank">
17+
* <a href="https://cloudinary.com/documentation/effects_and_artistic_enhancements#content_aware_padding" target="_blank">
1818
* Content-aware padding</a>
1919
*
2020
* @api

src/Transformation/Background/Background.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
* Defines the background color to use instead of transparent background areas or when resizing with padding.
2020
*
2121
* **Learn more**:
22-
* <a href="https://cloudinary.com/documentation/image_transformations#setting_background_color" target="_blank">
22+
* <a href="https://cloudinary.com/documentation/effects_and_artistic_enhancements#setting_background_color" target="_blank">
2323
* Setting background for images</a> |
24-
* <a href="https://cloudinary.com/documentation/video_manipulation_and_delivery#background_color" target="_blank">
24+
* <a href="https://cloudinary.com/documentation/video_effects_and_enhancements#background_color" target="_blank">
2525
* Setting background for videos</a>
2626
*
2727
* @api

src/Transformation/Background/BlurredBackground.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Applies a blur to the background of a video when resizing with padding.
1515
*
1616
* **Learn more**:
17-
* <a href="https://cloudinary.com/documentation/video_manipulation_and_delivery#pad_with_blurred_video_background"
17+
* <a href="https://cloudinary.com/documentation/vvideo_resizing_and_cropping#example_3_pad_with_blurred_video_background"
1818
* target="_blank">Apply blurred video background</a>
1919
*
2020
* @api

src/Transformation/Border/Border.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Adds a solid border around an image or video.
1919
*
2020
* **Learn more**:
21-
* <a href="https://cloudinary.com/documentation/image_transformations#adding_image_borders" target="_blank">
21+
* <a href="https://cloudinary.com/documentation/effects_and_artistic_enhancements#borders" target="_blank">
2222
* Adding image borders</a>
2323
*
2424
* @api

0 commit comments

Comments
 (0)