On Friday 30 March 2007 16:40, Steven Howe wrote:
> 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

Hi Steven
you have to open the phython consoel from withn the GIMP to be able to 
explore the gimp module.

Unfortunatelly tehre is no docuemtnation of the methods and properties 
available under gimp., or image objects, drawable objects other than 
python-fu source code, or exeperimenting with "dir"  from within a 
python console started withn the GIMP.

        js
        -><-
>
> 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
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to