[Gimp-user] Calibrating LCD under Linux

2006-09-19 Thread Rikard Johnels
Can i use a Winows based Spyder2 Express and get a ICC or similar file that i 
can use under Linux? (System is dualbooted Linux/XP)



--
         /Rikard

-
email   : [EMAIL PROTECTED]
web     : http://www.rikjoh.com
mob:: +46 (0)763 19 76 25
 Public PGP fingerprint 
 15 28 DF 78 67 98 B2 16 1F D3 FD C5 59 D4 B6 78  46 1C EE 56 


pgpbc2BzAFdxq.pgp
Description: PGP signature
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Script-fu : gimp-text-fontname and text variable

2006-09-19 Thread Nicolas
On Wed, Sep 20, 2006 at 12:15:26AM +0200, Nicolas MAUFRAIS wrote:
 Hello,
 
 I made a script-fu script, in which I write some text, using this
 syntax:
 
  (set! text-float (car (gimp-text-fontname img texteblanc 66 448
  text_to_write 0 1 34 0 FleurishScript Ultra-Light)))
 
 Photo is a variable :
 SF-VALUEtext_to_write )
 
 However, that does not work. I get the following error :
 
 ERROR: Invalid type for argument 5 to gimp_text_fontname
 
 Is there a way to print a variable with gimp_text_fontname?
 
 Thank you!
 Nicolas.

I changed
SF-VALUEtext_to_write )
to
SF-STRINGtext_to_write )

But I still get the same error... :-/

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


[Gimp-user] Anchor for Text along Path?

2006-09-19 Thread Dave Jarvis

Hi,

Using GIMP 2.3, how do I change the anchor location for where the path 
along text is generated? (If there is one ...?)


Here is a picture of what is happening:

http://joot.com/dave/move-text-along-path.png

What I would like is to move the text made from the path (encircled in 
red along the top of the PNG) to the location of the big red X. Notice 
that the selection is an oval, not a circle, so I cannot simply rotate 
the entire layer with the text-path. (I have done so in the past, for 
circles, but it still felt like cheating.)


It strikes me that there should be a way to set the anchor point on the 
selected path so that when I click the Text along Path button, the 
text is rendered where I would like, rather than along the top-left of 
the oval's arc.


I have tried searching FAQs, Google and docs.gimp.org for this wonderful 
new button. Nada.


Any help is muchly appreciated.

Sincerely,
Dave Jarvis
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Anchor for Text along Path?

2006-09-19 Thread Darren Govoni
One thing you can try is to edit the path points where exactly you want them 
to be.

The entire steps I use to do this are (roughly).

1. Using the text tool, write my text as a new layer, select font, color, 
etc.
2. There is a edit path points tool, select it, then click successive points 
to achieve the

degree of arc you want (can be any complex curve actually).
3. Select your text once again using the text tool and click text to path 
button.

4. Create a new layer.
5. Hide your original text layer. Open the paths dialog and ensure the path 
you just

created is selected.
6. Select-Selection from Path
7. Fill the selection on the new layer with desired color.
8. Deselect the path so its no longer visible.

Hope this helps in part, or in whole.

Darren

- Original Message - 
From: Dave Jarvis [EMAIL PROTECTED]

To: gimp-user@lists.XCF.Berkeley.EDU
Sent: Tuesday, September 19, 2006 8:40 PM
Subject: [Gimp-user] Anchor for Text along Path?



Hi,

Using GIMP 2.3, how do I change the anchor location for where the path 
along text is generated? (If there is one ...?)


Here is a picture of what is happening:

http://joot.com/dave/move-text-along-path.png

What I would like is to move the text made from the path (encircled in red 
along the top of the PNG) to the location of the big red X. Notice that 
the selection is an oval, not a circle, so I cannot simply rotate the 
entire layer with the text-path. (I have done so in the past, for circles, 
but it still felt like cheating.)


It strikes me that there should be a way to set the anchor point on the 
selected path so that when I click the Text along Path button, the text 
is rendered where I would like, rather than along the top-left of the 
oval's arc.


I have tried searching FAQs, Google and docs.gimp.org for this wonderful 
new button. Nada.


Any help is muchly appreciated.

Sincerely,
Dave Jarvis
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user



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


Re: [Gimp-user] Anchor for Text along Path?

2006-09-19 Thread Dave Jarvis

Hi, Darren.

2. There is a edit path points tool, select it, then click successive 
points to achieve the degree of arc you want (can be any complex curve actually).


Playing around with it to get it aligned to the oval selection that I 
desire will be a total pain, not to mention an imperfect alignment. I 
will give it a try, though.


3. Select your text once again using the text tool and click text to 
path button.

4. Create a new layer.
5. Hide your original text layer. Open the paths dialog and ensure the 
path you just

created is selected.
6. Select-Selection from Path


Good up until here.


7. Fill the selection on the new layer with desired color.
8. Deselect the path so its no longer visible.


Not quite sure what you mean here. Instead, I:
a. clicked on the text layer
b. opened the text tool dialog
c. clicked Text along Path

It gave me the text along a curve, but alignment to the original image's 
oval going to be nasty business.


Thanks for the tips, though. If anyone has any other ideas that avoid 
manually attempting to align paths against a backdrop, I'm all ears (er, 
eyes).


Thanks!
Dave
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user