mirror of
https://github.com/Intervention/image.git
synced 2025-08-13 17:34:04 +02:00
Improve documentation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user