functions in wacom

View: New views
5 Messages — Rating Filter:   Alert me  

functions in wacom

by Dani Perez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

Thanks in advance.
_______________________________________________
Gimp-developer mailing list
Gimp-developer@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: functions in wacom

by Chris Mohler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, May 13, 2008 at 12:07 PM, Dani Perez <dperez@...> 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@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: functions in wacom

by Mike Williams-18 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, May 13, 2008 at 2:09 PM, Chris Mohler <cr33dog@...> wrote:
>
> On Tue, May 13, 2008 at 12:07 PM, Dani Perez <dperez@...> 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@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: functions in wacom

by Dani Perez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: functions in wacom

by Sven Neumann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer