mirror of
https://github.com/Intervention/image.git
synced 2025-08-09 07:16:35 +02:00
readme update
This commit is contained in:
@@ -51,12 +51,12 @@ Add the facade of this package to the `$aliases` array.
|
|||||||
* Image::pixelate - Pixelate current image
|
* Image::pixelate - Pixelate current image
|
||||||
* Image::greyscale - Turn current image into a greyscale version
|
* Image::greyscale - Turn current image into a greyscale version
|
||||||
* Image::text - Write text in current image
|
* Image::text - Write text in current image
|
||||||
* Image::fill - Fill image with given hexadecimal color at position x,y
|
* Image::fill - Fill image with given color at position x,y
|
||||||
* Image::rectangle - Draw rectangle in current image starting at point 1 and ending at point 2
|
* Image::rectangle - Draw rectangle in current image starting at point 1 and ending at point 2
|
||||||
* Image::line - Draw a line in current image starting at point 1 and ending at point 2
|
* Image::line - Draw a line in current image starting at point 1 and ending at point 2
|
||||||
* Image::ellipse - Draw an ellipse centered at given coordinates
|
* Image::ellipse - Draw an ellipse centered at given coordinates
|
||||||
* Image::circle - Draw a circle centered at given coordinates
|
* Image::circle - Draw a circle centered at given coordinates
|
||||||
* Image::pixel - Set single pixel with given hexadecimal color at position x,y
|
* Image::pixel - Set single pixel with given color at position x,y
|
||||||
* Image::pickColor - Picks and formats color at position in current image
|
* Image::pickColor - Picks and formats color at position in current image
|
||||||
* Image::reset - Reset to original image resource
|
* Image::reset - Reset to original image resource
|
||||||
* Image::save - Save image in filesystem
|
* Image::save - Save image in filesystem
|
||||||
|
Reference in New Issue
Block a user