Method Image.Image()->skewx_expand()
- Method skewx_expand
skewx(objectintx)
skewx(objectfloatyfactor)
skewx(objectintx,intr,intg,intb)
skewx(objectfloatyfactor,intr,intg,intb)
skewx_expand(objectintx)
skewx_expand(objectfloatyfactor)
skewx_expand(objectintx,intr,intg,intb)
skewx_expand(objectfloatyfactor,intr,intg,intb)- Description
-
Skews an image an amount of pixels or a factor; a skew-x is a transformation:



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