Method GTK2.GdkImage()->get_pnm() Method get_pnm string 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() )'