1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 20:28:21 +01:00

Improve documentation

This commit is contained in:
Oliver Vogel 2024-05-10 11:49:36 +02:00
parent 9ec499aa7a
commit ad9ebf22f5
No known key found for this signature in database
GPG Key ID: 1B19D214C02D69BB

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
* 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