Method Image.Image()->skewy_expand()
- Method skewy_expand
skewy(objectinty)
skewy(objectfloatxfactor)
skewy(objectinty,intr,intg,intb)
skewy(objectfloatxfactor,intr,intg,intb)
skewy_expand(objectinty)
skewy_expand(objectfloatxfactor)
skewy_expand(objectinty,intr,intg,intb)
skewy_expand(objectfloatxfactor,intr,intg,intb)- Description
-
Skews an image an amount of pixels or a factor; a skew-y is a transformation:



original ->skewy(15,255,0,0); ->skewy_expand(15); The "expand" variant of functions stretches the image border pixels rather then filling with the given or current color.
- Parameter
y -
the number of pixels
- Parameter
xfactor -
best described as: t=xfactor*this->xsize()
- Parameter
r - Parameter
g - Parameter
b -
color to fill with; default is current
- Returns
-
the new image object