1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-11 16:34:00 +02:00

Improve documentation

This commit is contained in:
Oliver Vogel
2024-05-10 11:49:36 +02:00
parent 9ec499aa7a
commit ad9ebf22f5

View File

@@ -247,7 +247,7 @@ interface ImageInterface extends IteratorAggregate, Countable
* Return color that is mixed with transparent areas when converting to a format which * Return color that is mixed with transparent areas when converting to a format which
* does not support transparency. * does not support transparency.
* *
* @deprecated * @deprecated Use configuration options of image manager instead
* @throws RuntimeException * @throws RuntimeException
* @return ColorInterface * @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 * Set blending color will have no effect unless image is converted into a format
* which does not support transparency. * which does not support transparency.
* *
* @deprecated * @deprecated Use configuration options of image manager instead
* @param mixed $color * @param mixed $color
* @throws RuntimeException * @throws RuntimeException
* @return ImageInterface * @return ImageInterface
@@ -434,6 +434,7 @@ interface ImageInterface extends IteratorAggregate, Countable
/** /**
* Rotate the image to be upright according to exif information * 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 * @throws RuntimeException
* @return ImageInterface * @return ImageInterface
*/ */
@@ -442,7 +443,7 @@ interface ImageInterface extends IteratorAggregate, Countable
/** /**
* Draw text on image * 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 string $text
* @param int $x * @param int $x
* @param int $y * @param int $y