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


[Gimp-developer] functions in wacom

2008-05-13 Thread Dani Perez
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@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] imagemap enhancement

2008-05-13 Thread Carl Karsten
I need to create an image map for the floorplan you see here:
http://www.chicagomidwestwineshow.com/Floorplan/

I could use gimp's imagemap plugin as is, but 3 simple mods would make it even 
better.  What I would like to do is just click once on each number (so 98 
clicks) and save to a .txt file just the x,y of each click.  (I would then load 
the xy's into a database that would later generate the html image map with 
links 
to who is at the various locations.) That is how I would use it this time, but 
the mods I am suggesting to make this happed would also add some features that 
might get used later.

1. default circle radius - in the preferences dialog, add a checkbox "use 
default radius" and a numeric input box.  When enabled, it would only require 
one click to create a circle, and all of the circles would be the same size. 
For consistency, it might be good to have a default rectangle too.  default 
poly 
would be more work, not sure it would ever be used.

2. suppress settings dialog -  preferences, "show Area Settings on Area 
creation"  on is current behavior, off would just add the area do the Region 
List.

3. add a "File type" to the save as dialog. .map is the current behavior, .dat 
would be a CSV or something suitable for being read into a database.  Probably 
best if it is something that could be easily read back in via the 'Open' option.

I started looking at the source 
http://svn.gnome.org/viewvc/gimp/trunk/plug-ins/imagemap/  and decided my C 
skills weren't up to it. But they are not non existent, so if someone wants to 
do a 0.1 version, I can build, test and maybe even debug it.

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


Re: [Gimp-developer] where are the language template files ?

2008-05-13 Thread Cristian Secară
On Tue, 13 May 2008 09:24:41 +0200, Sven Neumann wrote:

> > Where from can I obtain the .pot files ?
> You would use intltool to create them. But it's probably easier to
> download everything from http://l10n.gnome.org/.

Yes, I found them at that address, thank you.
Now a related question – what is the difference between template files
with and without "HEAD" ? (for example gimp.gimp-2-4.pot and
gimp.HEAD.pot)

> There you will also find how to contact the Romanian translation
> team. Please coordinate your work with them.

I already considered that, but first I wanted to be sure of the
available resources, because I need to be able contribute (also) in an
offline mode, not (only) through launchpad.

Cristi

-- 
Cristian Secară
http://www.secarica.ro/
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] strange issues with gimp svn

2008-05-13 Thread The Peach
I've synched yesterday and I still get the same problems, I'll start reporting 
them here, because I'm not sure if I should open a bug report.

1 issue) If I use the color curves on a newly opened image, and modify all the 
curves (value, and rgb) when I press ok, I get a segfault.

2 issue) sometimes the opacity of the pencil tool (maybe even the brush, but 
I'm sticking on the pencil in this period, cause of some old school pix art) is 
set to 90% opacity, even if I've set it to 100%. I don't really know what is 
causing this, but this doesen't happen if I keep the tool options dialog open 
(!).

salut.

-- 
Matteo 'Peach' Pescarin

Jabber ID = [EMAIL PROTECTED]
Web Site = http://www.smartart.it
GeCHI = http://www.gechi.it
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] where are the language template files ?

2008-05-13 Thread Sven Neumann
Hi,

On Mon, 2008-05-12 at 23:41 +0300, Cristian Secară wrote:
> I downloaded the GIMP source code in order to continue some work
> on the Romanian translation, but the .pot template files are missing
> from the archive.
> Where from can I obtain the .pot files ?

You would use intltool to create them. But it's probably easier to
download everything from http://l10n.gnome.org/. There you will also
find how to contact the Romanian translation team. Please coordinate
your work with them.


Sven


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