Method Image.Image()->scale()
- Method scale
scale(objectfloatfactor)
scale(object0.5)
scale(objectfloatxfactor,floatyfactor)- Description
-
scales the image with a factor, 0.5 is an optimized case.
- Parameter
factor -
factor to use for both x and y
- Parameter
xfactor - Parameter
yfactor -
separate factors for x and y
- Returns
-
the new image object
- Method scale
scale(objectintnewxsize,intnewysize)
scale(object0,intnewysize)
scale(objectintnewxsize,0)- Description
-
scales the image to a specified new size, if one of newxsize or newysize is 0, the image aspect ratio is preserved.
- Parameter
newxsize - Parameter
newysize -
new image size in pixels
- Returns
-
the new image object
- Note
-
resulting image will be 1x1 pixels, at least