Manek start
Film
Cenne wpisy
Zobaczymy
The ImagickDraw class
Imagick::writeImages
ImagickDraw::affine
ImageMagick
PHP Manual
The
ImagickDraw
class
SkrΓ³towy opis klasy
ImagickDraw
ImagickDraw
{
bool
ImagickDraw::affine
(
array
$affine
)
bool
ImagickDraw::annotation
(
float
$x
,
float
$y
,
string
$text
)
bool
ImagickDraw::arc
(
float
$sx
,
float
$sy
,
float
$ex
,
float
$ey
,
float
$sd
,
float
$ed
)
bool
ImagickDraw::bezier
(
array
$coordinates
)
bool
ImagickDraw::circle
(
float
$ox
,
float
$oy
,
float
$px
,
float
$py
)
bool
ImagickDraw::clear
(
void
)
ImagickDraw
ImagickDraw::clone
(
void
)
bool
ImagickDraw::color
(
float
$x
,
float
$y
,
int
$paintMethod
)
bool
ImagickDraw::comment
(
string
$comment
)
bool
ImagickDraw::composite
(
int
$compose
,
float
$x
,
float
$y
,
float
$width
,
float
$height
,
Imagick
$compositeWand
)
ImagickDraw
ImagickDraw::__construct
(
void
)
bool
ImagickDraw::destroy
(
void
)
bool
ImagickDraw::ellipse
(
float
$ox
,
float
$oy
,
float
$rx
,
float
$ry
,
float
$start
,
float
$end
)
string
ImagickDraw::getClipPath
(
void
)
int
ImagickDraw::getClipRule
(
void
)
int
ImagickDraw::getClipUnits
(
void
)
ImagickPixel
ImagickDraw::getFillColor
(
void
)
float
ImagickDraw::getFillOpacity
(
void
)
int
ImagickDraw::getFillRule
(
void
)
string
ImagickDraw::getFont
(
void
)
string
ImagickDraw::getFontFamily
(
void
)
float
ImagickDraw::getFontSize
(
void
)
int
ImagickDraw::getFontStyle
(
void
)
int
ImagickDraw::getFontWeight
(
void
)
int
ImagickDraw::getGravity
(
void
)
bool
ImagickDraw::getStrokeAntialias
(
void
)
ImagickPixel
ImagickDraw::getStrokeColor
(
ImagickPixel
$stroke_color
)
array
ImagickDraw::getStrokeDashArray
(
void
)
float
ImagickDraw::getStrokeDashOffset
(
void
)
int
ImagickDraw::getStrokeLineCap
(
void
)
int
ImagickDraw::getStrokeLineJoin
(
void
)
int
ImagickDraw::getStrokeMiterLimit
(
void
)
float
ImagickDraw::getStrokeOpacity
(
void
)
float
ImagickDraw::getStrokeWidth
(
void
)
int
ImagickDraw::getTextAlignment
(
void
)
bool
ImagickDraw::getTextAntialias
(
void
)
int
ImagickDraw::getTextDecoration
(
void
)
string
ImagickDraw::getTextEncoding
(
void
)
ImagickPixel
ImagickDraw::getTextUnderColor
(
void
)
string
ImagickDraw::getVectorGraphics
(
void
)
bool
ImagickDraw::line
(
float
$sx
,
float
$sy
,
float
$ex
,
float
$ey
)
bool
ImagickDraw::matte
(
float
$x
,
float
$y
,
int
$paintMethod
)
bool
ImagickDraw::pathClose
(
void
)
bool
ImagickDraw::pathCurveToAbsolute
(
float
$x1
,
float
$y1
,
float
$x2
,
float
$y2
,
float
$x
,
float
$y
)
bool
ImagickDraw::pathCurveToQuadraticBezierAbsolute
(
float
$x1
,
float
$y1
,
float
$x
,
float
$y
)
bool
ImagickDraw::pathCurveToQuadraticBezierRelative
(
float
$x1
,
float
$y1
,
float
$x
,
float
$y
)
bool
ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute
(
float
$x
,
float
$y
)
bool
ImagickDraw::pathCurveToQuadraticBezierSmoothRelative
(
float
$x
,
float
$y
)
bool
ImagickDraw::pathCurveToRelative
(
float
$x1
,
float
$y1
,
float
$x2
,
float
$y2
,
float
$x
,
float
$y
)
bool
ImagickDraw::pathCurveToSmoothAbsolute
(
float
$x2
,
float
$y2
,
float
$x
,
float
$y
)
bool
ImagickDraw::pathCurveToSmoothRelative
(
float
$x2
,
float
$y2
,
float
$x
,
float
$y
)
bool
ImagickDraw::pathEllipticArcAbsolute
(
float
$rx
,
float
$ry
,
float
$x_axis_rotation
,
bool
$large_arc_flag
,
bool
$sweep_flag
,
float
$x
,
float
$y
)
bool
ImagickDraw::pathEllipticArcRelative
(
float
$rx
,
float
$ry
,
float
$x_axis_rotation
,
bool
$large_arc_flag
,
bool
$sweep_flag
,
float
$x
,
float
$y
)
bool
ImagickDraw::pathFinish
(
void
)
bool
ImagickDraw::pathLineToAbsolute
(
float
$x
,
float
$y
)
bool
ImagickDraw::pathLineToHorizontalAbsolute
(
float
$x
)
bool
ImagickDraw::pathLineToHorizontalRelative
(
float
$x
)
bool
ImagickDraw::pathLineToRelative
(
float
$x
,
float
$y
)
bool
ImagickDraw::pathLineToVerticalAbsolute
(
float
$y
)
bool
ImagickDraw::pathLineToVerticalRelative
(
float
$y
)
bool
ImagickDraw::pathMoveToAbsolute
(
float
$x
,
float
$y
)
bool
ImagickDraw::pathMoveToRelative
(
float
$x
,
float
$y
)
bool
ImagickDraw::pathStart
(
void
)
bool
ImagickDraw::point
(
float
$x
,
float
$y
)
bool
ImagickDraw::polygon
(
array
$coordinates
)
bool
ImagickDraw::polyline
(
array
$coordinates
)
bool
ImagickDraw::pop
(
void
)
bool
ImagickDraw::popClipPath
(
void
)
bool
ImagickDraw::popDefs
(
void
)
bool
ImagickDraw::popPattern
(
void
)
bool
ImagickDraw::push
(
void
)
bool
ImagickDraw::pushClipPath
(
string
$clip_mask_id
)
bool
ImagickDraw::pushDefs
(
void
)
bool
ImagickDraw::pushPattern
(
string
$pattern_id
,
float
$x
,
float
$y
,
float
$width
,
float
$height
)
bool
ImagickDraw::rectangle
(
float
$x1
,
float
$y1
,
float
$x2
,
float
$y2
)
bool
ImagickDraw::render
(
void
)
bool
ImagickDraw::rotate
(
float
$degrees
)
bool
ImagickDraw::roundRectangle
(
float
$x1
,
float
$y1
,
float
$x2
,
float
$y2
,
float
$rx
,
float
$ry
)
bool
ImagickDraw::scale
(
float
$x
,
float
$y
)
bool
ImagickDraw::setClipPath
(
string
$clip_mask
)
bool
ImagickDraw::setClipRule
(
int
$fill_rule
)
bool
ImagickDraw::setClipUnits
(
int
$clip_units
)
bool
ImagickDraw::setFillAlpha
(
float
$opacity
)
bool
ImagickDraw::setFillColor
(
ImagickPixel
$fill_pixel
)
bool
ImagickDraw::setFillOpacity
(
float
$fillOpacity
)
bool
ImagickDraw::setFillPatternURL
(
string
$fill_url
)
bool
ImagickDraw::setFillRule
(
int
$fill_rule
)
bool
ImagickDraw::setFont
(
string
$font_name
)
bool
ImagickDraw::setFontFamily
(
string
$font_family
)
bool
ImagickDraw::setFontSize
(
float
$pointsize
)
bool
ImagickDraw::setFontStretch
(
int
$fontStretch
)
bool
ImagickDraw::setFontStyle
(
int
$style
)
bool
ImagickDraw::setFontWeight
(
int
$font_weight
)
bool
ImagickDraw::setGravity
(
int
$gravity
)
bool
ImagickDraw::setStrokeAlpha
(
float
$opacity
)
bool
ImagickDraw::setStrokeAntialias
(
bool
$stroke_antialias
)
bool
ImagickDraw::setStrokeColor
(
ImagickPixel
$stroke_pixel
)
bool
ImagickDraw::setStrokeDashArray
(
array
$dashArray
)
bool
ImagickDraw::setStrokeDashOffset
(
float
$dash_offset
)
bool
ImagickDraw::setStrokeLineCap
(
int
$linecap
)
bool
ImagickDraw::setStrokeLineJoin
(
int
$linejoin
)
bool
ImagickDraw::setStrokeMiterLimit
(
int
$miterlimit
)
bool
ImagickDraw::setStrokeOpacity
(
float
$stroke_opacity
)
bool
ImagickDraw::setStrokePatternURL
(
string
$stroke_url
)
bool
ImagickDraw::setStrokeWidth
(
float
$stroke_width
)
bool
ImagickDraw::setTextAlignment
(
int
$alignment
)
bool
ImagickDraw::setTextAntialias
(
bool
$antiAlias
)
bool
ImagickDraw::setTextDecoration
(
int
$decoration
)
bool
ImagickDraw::setTextEncoding
(
string
$encoding
)
bool
ImagickDraw::setTextUnderColor
(
ImagickPixel
$under_color
)
bool
ImagickDraw::setVectorGraphics
(
string
$xml
)
bool
ImagickDraw::setViewbox
(
int
$x1
,
int
$y1
,
int
$x2
,
int
$y2
)
bool
ImagickDraw::skewX
(
float
$degrees
)
bool
ImagickDraw::skewY
(
float
$degrees
)
bool
ImagickDraw::translate
(
float
$x
,
float
$y
)
}
Spis treΕci
ImagickDraw::affine
β Adjusts the current affine transformation matrix
ImagickDraw::annotation
β Draws text on the image
ImagickDraw::arc
β Draws an arc
ImagickDraw::bezier
β Draws a bezier curve
ImagickDraw::circle
β Draws a circle
ImagickDraw::clear
β Clears the ImagickDraw
ImagickDraw::clone
β Makes an exact copy of the specified ImagickDraw object
ImagickDraw::color
β Draws color on image
ImagickDraw::comment
β Adds a comment
ImagickDraw::composite
β Composites an image onto the current image
ImagickDraw::__construct
β The ImagickDraw constructor
ImagickDraw::destroy
β Frees all associated resources
ImagickDraw::ellipse
β Draws an ellipse on the image
ImagickDraw::getClipPath
β Obtains the current clipping path ID
ImagickDraw::getClipRule
β Returns the current polygon fill rule
ImagickDraw::getClipUnits
β Returns the interpretation of clip path units
ImagickDraw::getFillColor
β Returns the fill color
ImagickDraw::getFillOpacity
β Returns the opacity used when drawing
ImagickDraw::getFillRule
β Returns the fill rule
ImagickDraw::getFont
β Returns the font
ImagickDraw::getFontFamily
β Returns the font family
ImagickDraw::getFontSize
β Returns the font pointsize
ImagickDraw::getFontStyle
β Returns the font style
ImagickDraw::getFontWeight
β Returns the font weight
ImagickDraw::getGravity
β Returns the text placement gravity
ImagickDraw::getStrokeAntialias
β Returns the current stroke antialias setting
ImagickDraw::getStrokeColor
β Returns the color used for stroking object outlines
ImagickDraw::getStrokeDashArray
β Returns an array representing the pattern of dashes and gaps used to stroke paths
ImagickDraw::getStrokeDashOffset
β Returns the offset into the dash pattern to start the dash
ImagickDraw::getStrokeLineCap
β Returns the shape to be used at the end of open subpaths when they are stroked
ImagickDraw::getStrokeLineJoin
β Returns the shape to be used at the corners of paths when they are stroked
ImagickDraw::getStrokeMiterLimit
β Returns the stroke miter limit
ImagickDraw::getStrokeOpacity
β Returns the opacity of stroked object outlines
ImagickDraw::getStrokeWidth
β Returns the width of the stroke used to draw object outlines
ImagickDraw::getTextAlignment
β Returns the text alignment
ImagickDraw::getTextAntialias
β Returns the current text antialias setting
ImagickDraw::getTextDecoration
β Returns the text decoration
ImagickDraw::getTextEncoding
β Returns the code set used for text annotations
ImagickDraw::getTextUnderColor
β Returns the text under color
ImagickDraw::getVectorGraphics
β Returns a string containing vector graphics
ImagickDraw::line
β Draws a line
ImagickDraw::matte
β Paints on the image's opacity channel
ImagickDraw::pathClose
β Adds a path element to the current path
ImagickDraw::pathCurveToAbsolute
β Draws a cubic Bezier curve
ImagickDraw::pathCurveToQuadraticBezierAbsolute
β Draws a quadratic Bezier curve
ImagickDraw::pathCurveToQuadraticBezierRelative
β Draws a quadratic Bezier curve
ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute
β Draws a quadratic Bezier curve
ImagickDraw::pathCurveToQuadraticBezierSmoothRelative
β Draws a quadratic Bezier curve
ImagickDraw::pathCurveToRelative
β Draws a cubic Bezier curve
ImagickDraw::pathCurveToSmoothAbsolute
β Draws a cubic Bezier curve
ImagickDraw::pathCurveToSmoothRelative
β Draws a cubic Bezier curve
ImagickDraw::pathEllipticArcAbsolute
β Draws an elliptical arc
ImagickDraw::pathEllipticArcRelative
β Draws an elliptical arc
ImagickDraw::pathFinish
β Terminates the current path
ImagickDraw::pathLineToAbsolute
β Draws a line path
ImagickDraw::pathLineToHorizontalAbsolute
β Draws a horizontal line path
ImagickDraw::pathLineToHorizontalRelative
β Draws a horizontal line
ImagickDraw::pathLineToRelative
β Draws a line path
ImagickDraw::pathLineToVerticalAbsolute
β Draws a vertical line
ImagickDraw::pathLineToVerticalRelative
β Draws a vertical line path
ImagickDraw::pathMoveToAbsolute
β Starts a new sub-path
ImagickDraw::pathMoveToRelative
β Starts a new sub-path
ImagickDraw::pathStart
β Declares the start of a path drawing list
ImagickDraw::point
β Draws a point
ImagickDraw::polygon
β Draws a polygon
ImagickDraw::polyline
β Draws a polyline
ImagickDraw::pop
β Destroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw
ImagickDraw::popClipPath
β Terminates a clip path definition
ImagickDraw::popDefs
β Terminates a definition list
ImagickDraw::popPattern
β Terminates a pattern definition
ImagickDraw::push
β Clones the current ImagickDraw and pushes it to the stack
ImagickDraw::pushClipPath
β Starts a clip path definition
ImagickDraw::pushDefs
β Indicates that following commands create named elements for early processing
ImagickDraw::pushPattern
β Indicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern
ImagickDraw::rectangle
β Draws a rectangle
ImagickDraw::render
β Renders all preceding drawing commands onto the image
ImagickDraw::rotate
β Applies the specified rotation to the current coordinate space
ImagickDraw::roundRectangle
β Draws a rounted rectangle
ImagickDraw::scale
β Adjusts the scaling factor
ImagickDraw::setClipPath
β Associates a named clipping path with the image
ImagickDraw::setClipRule
β Set the polygon fill rule to be used by the clipping path
ImagickDraw::setClipUnits
β Sets the interpretation of clip path units
ImagickDraw::setFillAlpha
β Sets the opacity to use when drawing using the fill color or fill texture
ImagickDraw::setFillColor
β Sets the fill color to be used for drawing filled objects
ImagickDraw::setFillOpacity
β Sets the opacity to use when drawing using the fill color or fill texture
ImagickDraw::setFillPatternURL
β Sets the URL to use as a fill pattern for filling objects
ImagickDraw::setFillRule
β Sets the fill rule to use while drawing polygons
ImagickDraw::setFont
β Sets the fully-specified font to use when annotating with text
ImagickDraw::setFontFamily
β Sets the font family to use when annotating with text
ImagickDraw::setFontSize
β Sets the font pointsize to use when annotating with text
ImagickDraw::setFontStretch
β Sets the font stretch to use when annotating with text
ImagickDraw::setFontStyle
β Sets the font style to use when annotating with text
ImagickDraw::setFontWeight
β Sets the font weight
ImagickDraw::setGravity
β Sets the text placement gravity
ImagickDraw::setStrokeAlpha
β Specifies the opacity of stroked object outlines
ImagickDraw::setStrokeAntialias
β Controls whether stroked outlines are antialiased
ImagickDraw::setStrokeColor
β Sets the color used for stroking object outlines
ImagickDraw::setStrokeDashArray
β Specifies the pattern of dashes and gaps used to stroke paths
ImagickDraw::setStrokeDashOffset
β Specifies the offset into the dash pattern to start the dash
ImagickDraw::setStrokeLineCap
β Specifies the shape to be used at the end of open subpaths when they are stroked
ImagickDraw::setStrokeLineJoin
β Specifies the shape to be used at the corners of paths when they are stroked
ImagickDraw::setStrokeMiterLimit
β Specifies the miter limit
ImagickDraw::setStrokeOpacity
β Specifies the opacity of stroked object outlines
ImagickDraw::setStrokePatternURL
β Sets the pattern used for stroking object outlines
ImagickDraw::setStrokeWidth
β Sets the width of the stroke used to draw object outlines
ImagickDraw::setTextAlignment
β Specifies a text alignment
ImagickDraw::setTextAntialias
β Controls whether text is antialiased
ImagickDraw::setTextDecoration
β Specifies a decoration
ImagickDraw::setTextEncoding
β Specifies specifies the text code set
ImagickDraw::setTextUnderColor
β Specifies the color of a background rectangle
ImagickDraw::setVectorGraphics
β Sets the vector graphics
ImagickDraw::setViewbox
β Sets the overall canvas size
ImagickDraw::skewX
β Skews the current coordinate system in the horizontal direction
ImagickDraw::skewY
β Skews the current coordinate system in the vertical direction
ImagickDraw::translate
β Applies a translation to the current coordinate system
Imagick::writeImages
ImagickDraw::affine
ImageMagick
PHP Manual
gatunki drewna
|
biΕΌuteria srebrna
|
jubiler krakΓ³w
|
srebro
|
wybieliΔ zΔby
|
angielski wrocΕaw
|
angielski
|
koperty bΔ belkowe
|
puzlle
Copyright by Ty i on czyli manek
Design by
flankerds.com