pike.hubbe.net

[Top]
GDK
GDK.Image
previousGDK.Image()->get_pixel() GDK.Image()->grab()next

Method GDK.Image()->get_pnm()


Method get_pnm

string GDK.Image()->get_pnm()

Description

Returns the data in the image as a pnm object. Currently, this is always a P6 (true color raw) image. This could change in the future. To get a pike image object do 'Image.PNM.decode( gdkimage->get_pnm() )'


Extracted from Pike v7.3 release 11 at 2001-11-03.