RSS/Atom feed Twitter
Site is read-only, email is disabled

functions in wacom

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

functions in wacom Dani Perez 13 May 19:07
  functions in wacom Chris Mohler 13 May 20:09
   functions in wacom Mike Williams 14 May 00:25
   functions in wacom Dani Perez 14 May 09:50
  functions in wacom Sven Neumann 15 May 09:58
Dani Perez
2008-05-13 19:07:40 UTC (over 16 years ago)

functions in wacom

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.

Chris Mohler
2008-05-13 20:09:09 UTC (over 16 years ago)

functions in wacom

On Tue, May 13, 2008 at 12:07 PM, Dani Perez 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

Mike Williams
2008-05-14 00:25:19 UTC (over 16 years ago)

functions in wacom

On Tue, May 13, 2008 at 2:09 PM, Chris Mohler wrote:

On Tue, May 13, 2008 at 12:07 PM, Dani Perez 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

Dani Perez
2008-05-14 09:50:55 UTC (over 16 years ago)

functions in wacom

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

Sven Neumann
2008-05-15 09:58:01 UTC (over 16 years ago)

functions in wacom

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