From ad9ebf22f54149ce885f95c0152e84546c5022f3 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Fri, 10 May 2024 11:49:36 +0200 Subject: [PATCH] Improve documentation --- src/Interfaces/ImageInterface.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Interfaces/ImageInterface.php b/src/Interfaces/ImageInterface.php index ed5320a2..b70980ed 100644 --- a/src/Interfaces/ImageInterface.php +++ b/src/Interfaces/ImageInterface.php @@ -247,7 +247,7 @@ interface ImageInterface extends IteratorAggregate, Countable * Return color that is mixed with transparent areas when converting to a format which * does not support transparency. * - * @deprecated + * @deprecated Use configuration options of image manager instead * @throws RuntimeException * @return ColorInterface */ @@ -257,7 +257,7 @@ interface ImageInterface extends IteratorAggregate, Countable * Set blending color will have no effect unless image is converted into a format * which does not support transparency. * - * @deprecated + * @deprecated Use configuration options of image manager instead * @param mixed $color * @throws RuntimeException * @return ImageInterface @@ -434,6 +434,7 @@ interface ImageInterface extends IteratorAggregate, Countable /** * Rotate the image to be upright according to exif information * + * @link https://image.intervention.io/v3/modifying/effects#image-orientation-according-to-exif-data * @throws RuntimeException * @return ImageInterface */ @@ -442,7 +443,7 @@ interface ImageInterface extends IteratorAggregate, Countable /** * Draw text on image * - * @ink https://image.intervention.io/v3/modifying/text-fonts + * @link https://image.intervention.io/v3/modifying/text-fonts * @param string $text * @param int $x * @param int $y