Re: [Gimp-developer] functions in wacom

2008-05-15 Thread Sven Neumann
Hi,

On Tue, 2008-05-13 at 19:07 +0200, Dani Perez wrote:

> I need to get some features of the wacom like coordinates X and Y, pressure 
> of 
> pencil, etc in each instant of time. 
> Does Gimp save this information in any file?
> Are there functions to obtain it?

This information is passed to the active tool in the GimpCoords struct.
If you need to do anything with this information, then you probably need
to write a tool.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] functions in wacom

2008-05-14 Thread Dani Perez
On Tuesday 13 May 2008 20:09:09 Chris Mohler wrote:
> 
> Have you looked at the wacdump program (linux - usually in a package
> called 'wacom-tools') or the utilities on the driver CD (windows)?

Yes, I have already looked wacdump and others but when I am drawing in Gimp, 
these don't work because Gimp get the X events for its own application (this 
doesn't happen with other apps like tgif).
What I need is to obtain coordinates, pressure, etc of wacom while I am 
drawing in Gimp. I have been looking for function in gtk and in a plugin I 
could obtain this information but for obtaining it in Gimp maybe I should 
modify the Gimp code. Is there any easy way to do it or to get wacdump and 
Gimp working together ?

Thanks

Dani


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] functions in wacom

2008-05-13 Thread Mike Williams
On Tue, May 13, 2008 at 2:09 PM, Chris Mohler <[EMAIL PROTECTED]> wrote:
>
> On Tue, May 13, 2008 at 12:07 PM, Dani Perez <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> >  I need to get some features of the wacom like coordinates X and Y, 
> > pressure of
> >  pencil, etc in each instant of time.
> >  Does Gimp save this information in any file?
not sure, highly unlikely

> >  Are there functions to obtain it?
Yes.

Sorry for not being more helpful, don't have much time at the moment,
but have a few tips on where you can get more help. You may find the
wacom list helpful for questions like this:

https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
Another place to is the following where there are a couple of wacom
related forums:
http://sourceforge.net/projects/linuxwacom/

Mike
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] functions in wacom

2008-05-13 Thread Chris Mohler
On Tue, May 13, 2008 at 12:07 PM, Dani Perez <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  I need to get some features of the wacom like coordinates X and Y, pressure 
> of
>  pencil, etc in each instant of time.
>  Does Gimp save this information in any file?
>  Are there functions to obtain it?

Have you looked at the wacdump program (linux - usually in a package
called 'wacom-tools') or the utilities on the driver CD (windows)?

Chris
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer