[Gimp-developer] N-Trig Tablet Functinality

2009-01-29 Thread Nick Caylor
I apologize if this is not the correct method to bring up this feature request. GIMP currently supports Wacom tablets and pressure sensitivity using the command line argument --use-wintab (for windows), but it does not appear to recognize N-Trig pressure sensitive tablets. N-Trig currently supplie

[Gimp-developer] Using parasites in script-fu

2009-01-29 Thread Rob Antonishen
I see there are functions in the pdb to access parasites. I am working on a script that I would like to maintain a global value for that will persist between images and thought I could create a global parasite. I used this: (car (gimp-parasite-find "exif-orientation-rotate")) and got: ("exif-ori

Re: [Gimp-developer] N-Trig Tablet Functinality

2009-01-29 Thread Michael Schumacher
Nick Caylor wrote: > I believe the N-Trig has SDKs available for download. The reason I > bring this up is because there are very limited commercial options for > N-trig pressure sensitivity recognition - Adobe and JASC/Corel do not > support N-Trig, and while there are some sketch pad programs t

Re: [Gimp-developer] Using parasites in script-fu

2009-01-29 Thread Rob Antonishen
OK - This could be a problem with tinyscheme and parasites. Here is a a console trace: > (gimp-parasite-list) (1 ("exif-orientation-rotate")) > (gimp-parasite-attach (list "test-counter" 1 "123")) (#t) > (gimp-parasite-list) (2 ("exif-orientation-rotate" "test-counter")) > (gimp-parasite-find "t

Re: [Gimp-developer] Using parasites in script-fu

2009-01-29 Thread Michael Schumacher
Rob Antonishen wrote: > This could be a problem with tinyscheme and parasites. AFAIK you can only attach string values as parasites with Script-Fu. Michael -- GIMP > http://www.gimp.org | IRC: irc://irc.gimp.org/gimp Wiki > http://wiki.gimp.org | .de: http://gimpforum.de Plug

Re: [Gimp-developer] help to identify the occurence of a string - translation related

2009-01-29 Thread Sven Neumann
Hi, On Wed, 2009-01-28 at 21:37 +0200, Cristian Secară wrote: > I am in some discussions regarding some variations about the translation > of this string > "Link/Unlink item" > and need to know the context where it occurs. My problem is that I am > not able to find it in normal usage. > Where /

Re: [Gimp-developer] Using parasites in script-fu

2009-01-29 Thread Rob Antonishen
I figured that out. It still only seems to work some of the time, even with strings The only other code I found was for SIOD and the syntax has changed (no bytes-append command needed) On Thu, Jan 29, 2009 at 5:16 PM, Michael Schumacher wrote: > Rob Antonishen wrote: > >> This could be a pr

Re: [Gimp-developer] Using parasites in script-fu

2009-01-29 Thread saulgoode
Quoting Rob Antonishen : > OK - > > This could be a problem with tinyscheme and parasites. > > Here is a a console trace: > >> (gimp-parasite-list) > (1 ("exif-orientation-rotate")) >> (gimp-parasite-attach (list "test-counter" 1 "123")) > (#t) >> (gimp-parasite-list) > (2 ("exif-orientation-rota

Re: [Gimp-developer] Using parasites in script-fu

2009-01-29 Thread Rob Antonishen
Thanks for the check. I am using Windows XP, Gimp 2.6.0 Any other suggestion? -Rob A> On Thu, Jan 29, 2009 at 6:46 PM, wrote: > > Quoting Rob Antonishen : > >> OK - >> >> This could be a problem with tinyscheme and parasites. >> >> Here is a a console trace: >> >>> (gimp-parasite-list) >> (1 (

Re: [Gimp-developer] Using parasites in script-fu

2009-01-29 Thread Rob Antonishen
Another update- I restarted my compuyer and tried again. This time it took 5 times inthe console to come back: > (gimp-parasite-attach (list "test-counter" 1 "123")) (#t) > (gimp-parasite-list) (2 ("exif-orientation-rotate" "test-counter")) > (gimp-parasite-find "test-counter") (("test-counter"