Thanks Manish; next question, where is the list of 'gimp' calls? the pdb didn't report this item. Under linux, In an ordinary terminal when I run python and import gimp, and type (help gimp) the process terminates with an error messgae. Is there a list of 'gimp' calls some where?
Thanks Steven Howe Manish Singh wrote: > On Fri, Mar 30, 2007 at 12:10:15PM -0700, Steven Howe wrote: > >> pdb.gimp_get_image_list() >> returns a list of ids, which are 32bit integers, not a list of images. I >> > > Use gimp.image_list() instead, which returns a list of Image objects. > > -Yosh > > _______________________________________________ Gimp-user mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
