Extracted from Pike v7.8 release 352 at 2011-09-07.
pike.ida.liu.se
[Top]
Image
Image.Image

Method Image.Image()->cast()


Method cast

string cast(string type)

Description

Cast the image to another datatype. Currently supported are string ("rgbrgbrgb...") and array (double array of Image.Color objects).

See also

Image.Color , Image.X