hi all
I'm starting with python gimp related stuff
i want to edit an open image with python console
I've checked existing scripts and all of them are functions that are
first declared and then registered in gimp's plugin repository in order
to execute them but I want to edit an open image using
gimp.image_list() will return a list of Image objects for all the images
GIMP knows about.
-Yosh
yes I tried that but didnt work
this only lists the number of images opened with gimp but not the image
objects.
at least I don't know how to make it work this way
__
Note I said gimp.image_list(), not pdb['gimp-image-list'](). There is a
difference.
-Yosh
yes that's it. it worked
tx a lot.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user