[Gimp-developer] gimp-python: checking if point is in selection

2006-06-02 Thread Sebastian Breuers
[EMAIL PROTECTED] i wondered if there is a possibility to check, if a point is in a given selection by using an internal gimp function. If it's not, could someone give me a hint, how to achieve this in creating an own function? seb Mail: [EMAIL PROTECTED] __

Re: [Gimp-developer] Tiny-Fu status and information

2006-06-02 Thread Raphaƫl Quinet
On Fri, 02 Jun 2006 07:49:05 +0200, Sven Neumann <[EMAIL PROTECTED]> wrote: > On Thu, 2006-06-01 at 00:34 -0400, Kevin Cozens wrote: > > What next? > > Script-Fu should be removed from the GIMP source tree and made available > > as a separately developed project. This would allow the first two iss

Re: [Gimp-developer] gimp-python: checking if point is in selection

2006-06-02 Thread saulgoode
Quoting Sebastian Breuers <[EMAIL PROTECTED]>: i wondered if there is a possibility to check, if a point is in a given selection by using an internal gimp function. If it's not, could someone give me a hint, how to achieve this in creating an own function? I don't use Python-fu but the followin

Re: [Gimp-developer] gimp-python: checking if point is in selection

2006-06-02 Thread Sven Neumann
Hi, On Fri, 2006-06-02 at 13:48 +0200, Sebastian Breuers wrote: > i wondered if there is a possibility to check, if a point is in a given > selection by using an internal gimp function. > If it's not, could someone give me a hint, how to achieve this in creating an > own function? Use gimp-ima

Re: [Gimp-developer] gimp-python: checking if point is in selection

2006-06-02 Thread Sebastian Breuers
Am Freitag, 2. Juni 2006 19:54 schrieben Sie: > Hi, > > On Fri, 2006-06-02 at 13:48 +0200, Sebastian Breuers wrote: > > i wondered if there is a possibility to check, if a point is in a given > > selection by using an internal gimp function. > > If it's not, could someone give me a hint, how to ach

Re: [Gimp-developer] gimp-python: checking if point is in selection

2006-06-02 Thread Michael Natterer
On Fri, 2006-06-02 at 23:16 +0200, Sebastian Breuers wrote: > Am Freitag, 2. Juni 2006 19:54 schrieben Sie: > > Hi, > > > > On Fri, 2006-06-02 at 13:48 +0200, Sebastian Breuers wrote: > > > i wondered if there is a possibility to check, if a point is in a given > > > selection by using an internal