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

readme update

This commit is contained in:
Oliver Vogel 2013-02-03 15:06:00 +01:00
parent d632b6b00a
commit 8631f998c9

View File

@ -51,12 +51,12 @@ Add the facade of this package to the `$aliases` array.
* Image::pixelate - Pixelate current image
* Image::greyscale - Turn current image into a greyscale version
* 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::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::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::reset - Reset to original image resource
* Image::save - Save image in filesystem