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
