Prev: Standard Modules GL and DEVICE Up: SGI IRIX ONLY Top: Top
imgfile
The module defines the following variables and functions:
(x, y, z)
where
x and y are the size of the image in pixels and
z is the number of
bytes per pixel. Only 3 byte RGB pixels and 1 byte greyscale pixels
are currently supported.
gl.lrectwrite
,
for instance.
Alternatively, you can specify a filter to use to smoothen the image
after scaling. The filter forms supported are 'impulse'
,
'box'
, 'triangle'
, 'quadratic'
and
'gaussian'
. If a filter is specified blur is an optional
parameter specifying the blurriness of the filter. It defaults to 1.0
.
Readscaled makes no attempt to keep the aspect ratio correct, so that is the users' responsibility.
gl.lrectread
.