[Gimp-user] Error when importing svg files

2010-10-17 Thread iwafflecopter
I'm a beginner with gimp and I could use some help. When I try importing a svg 
file, I get this message:

Failed to import paths from 'C:\Documents and Settings\(my name)\My 
Documents\Downloads\Mister-Vector-Sample-Bundle\SUPER VECTOR BUNDLE I Sample 
(Mister Vector).svg': Error on line 14: Entity name 'ns_extend' is not known

If someone could help me out I'd appreciate it.

-- 
iwafflecopter (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread Maureen
Thanks, Rich. That worked great. But now I'm having trouble placing this 
circular logo onto my graphic. I copied it to the clipboard then pasted it as a 
separate layer in my graphic, then sized the layer to the image size, but I 
can't get the text to show on the top of the graphic. I must be missing a very 
basic step but can't seem to figure it out. Any help would be appreciated.
Thanks.
Maureen


Maureen wrote:
 how to add curved text to the circular graphic.

That is easy. There is a Script-Fu script for that called Text Circle. It 
is in the drop down menus under File - Create - Logos - Text Circle.


-- 
Maureen (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread Patrick Horgan
  On 10/17/2010 01:23 AM, Maureen wrote:
 Thanks, Rich. That worked great. But now I'm having trouble placing this 
 circular logo onto my graphic. I copied it to the clipboard then pasted it as 
 a separate layer in my graphic, then sized the layer to the image size, but I 
 can't get the text to show on the top of the graphic. I must be missing a 
 very basic step but can't seem to figure it out. Any help would be 
 appreciated.
 Thanks.
Dumb question, but did you make sure the layer with the 
text is above the other layer?  Also check the layer 
mode of the one with the text.

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


Re: [Gimp-user] Error when importing svg files

2010-10-17 Thread Ofnuts

On 10/17/2010 08:25 AM, iwafflecopter wrote:
 I'm a beginner with gimp and I could use some help. When I try importing a 
 svg file, I get this message:

 Failed to import paths from 'C:\Documents and Settings\(my name)\My 
 Documents\Downloads\Mister-Vector-Sample-Bundle\SUPER VECTOR BUNDLE I Sample 
 (Mister Vector).svg': Error on line 14: Entity name 'ns_extend' is not known

 If someone could help me out I'd appreciate it.



Can you copy line 14 here?

Do you have a line that reads something like:

!ENTITY ns_extend http://ns.adobe.com/Extensibility/1.0/;

(however this could well be on line 14)


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


[Gimp-user] (Fwd) Re: script-fu: underscore?; script-fu-regist

2010-10-17 Thread Alan Campbell
The version of my woodrat script I refrred to below works on

Mac GIMP version 2.6.7  
Ubuntu GIMP version 2.6.8 
Win GIMP version 2.6 10

Haven't tried 2.6.11 yet.


--- Forwarded message follows ---
From:   Alan Campbell 
To: gimp-user@lists.XCF.Berkeley.EDU
Subject:Re: [Gimp-user] script-fu: underscore?; script-fu-
register; script-fu-menu-register
Send reply to:  gimp-u...@alancampbelllists.ukfsn.org
Date sent:  Mon, 04 Oct 2010 21:06:43 0

On 4 Oct 2010 at 10:21:16 PDT 
saulgoode at flashingtwelve.brickfilms.com wrote:

 It is not a problem with the branch register command not being
 processed, but that branch registration seems to require that
 plug-in be associated with it (see
 'plugin_menu_branch_register_invoker()' in 
 app/pdb/plug-in-cmds.c). Apparently, when processed at the top
 level of a Script-fu, there is no current-active-plugin; and
 this leads to  'gimp_marshal_VOID__STRING_STRING_STRING' failing
 because it is  missing one of its parameters (the plug-in name). 

Don't have source code, so I'll pass on the c.  But I get the idea.

  I did this:

   (define (wrf_register_menu_branch)
(gimp-plugin-menu-branch-register 
  Image/File/Create/W_oodrat)
_Finger...
   )

   (script-fu-register  wrf_create_template_finger
  (wrf_register_menu_branch); menu label
   

  which works.  (script-fu-register when it runs has to call
  (wrf_register_menu_branch), which does the register thing.

 A clever solution. However, I was unable to make it work with GIMP 
 2.6.10+. What version of GIMP are you using? 

2.6.10 win32 on XP.

   Anyway, my kludge seems to work.  
   Thanks for pointer on how to do it.

 I'm not sure how robust your kludge is. If it is not version
 specific  then it may be working for you (and not me) because of
 something other  going on than just the code you posted here
 (multiple procedure  registrations in the same file perhaps). Could
 you provide a complete listing of your script? 

2000 lines overall, 1200 lines of code.  Perhaps a bit excessive to
paste into a posting here.  So for moment it's in woodrat.zip at

https://docs.google.com/leaf?id=0B6M_pjcD-
RRwNTZjODc0NzQtYjliMy00ZDBlLTgzZWItNDAyNDExMTA2YzU3hl=enauthkey=CMGn
5i4

or

http://bit.ly/btzFxD

or

http://www.freedrive.com/folder/282054


In version posted I invoke (wr_register_menu_branch) 3 times, with
argument (the value to return each time).  It also worked for me when
I just invoked it once (on the first (script-fu-register)).  

Any comments or crits on code very welcome, e.g. if you happen to
notice me doing anything wildly inefficient.  To actually run the
script you need the pattern file included in the zip.


--- End of forwarded message ---Yrs,

Alan 

Anything worth fighting for is worth
fighting dirty for.


= +  =



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


[Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread rich
Thanks, Rich. That worked great. But now I'm having trouble placing this 
circular logo onto my graphic. I copied it to the clipboard then pasted it as 
a separate layer in my graphic, then sized the layer to the image size, but I 
can't get the text to show on the top of the graphic. I must be missing a very 
basic step but can't seem to figure it out. Any help would be appreciated.
Thanks.
Maureen


Maureen wrote:
 how to add curved text to the circular graphic.

That is easy. There is a Script-Fu script for that called Text Circle. It 
is in the drop down menus under File - Create - Logos - Text Circle.

That was Kevin Cozens suggestion. I go for a more general approach using text 
to path. However the great thing about Gimp is there are generally several ways 
to do anything.

Using the Logo circular text.

Some screen shots here that might help.
http://imgur.com/NOH94.jpg

1. Make your text. Helps if the text is about the correct size. The text is on 
a transparent layer with a white background.
2. Copy the transparent layer 
3. Return to the background image and paste into this image.
4. Use the *cursor keys* (mouse does not work here - don't know if this is a 
commom symptom) to move the selection. At this point while the selection is 
still active you can paint in a new colour, stroke the outline or adjust using 
using the resize tool. When complete anchor the selection.

Best to do this on transparent layer so when it screws up you can start again.


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread Maureen
Thanks, Rich. That worked great. But now I'm having trouble placing this 
circular logo onto my graphic. I copied it to the clipboard then pasted it as a 
separate layer in my graphic, then sized the layer to the image size, but I 
can't get the text to show on the top of the graphic. I must be missing a very 
basic step but can't seem to figure it out. Any help would be appreciated.
Thanks.
Maureen


Maureen wrote:
 how to add curved text to the circular graphic.

That is easy. There is a Script-Fu script for that called Text Circle. It 
is in the drop down menus under File - Create - Logos - Text Circle.


-- 
Maureen (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread Maureen
Thanks, Rich. That worked great. But now I'm having trouble placing this 
circular logo onto my graphic. I copied it to the clipboard then pasted it as a 
separate layer in my graphic, then sized the layer to the image size, but I 
can't get the text to show on the top of the graphic. I must be missing a very 
basic step but can't seem to figure it out. Any help would be appreciated.
Thanks.
Maureen


Maureen wrote:
 how to add curved text to the circular graphic.

That is easy. There is a Script-Fu script for that called Text Circle. It 
is in the drop down menus under File - Create - Logos - Text Circle.


-- 
Maureen (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread Maureen
Thanks, Rich. That worked great. But now I'm having trouble placing this 
circular logo onto my graphic. I copied it to the clipboard then pasted it as a 
separate layer in my graphic, then sized the layer to the image size, but I 
can't get the text to show on the top of the graphic. I must be missing a very 
basic step but can't seem to figure it out. Any help would be appreciated.
Thanks.
Maureen


Maureen wrote:
 how to add curved text to the circular graphic.

That is easy. There is a Script-Fu script for that called Text Circle. It 
is in the drop down menus under File - Create - Logos - Text Circle.


-- 
Maureen (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread Maureen
Thanks, Rich. That worked great. But now I'm having trouble placing this 
circular logo onto my graphic. I copied it to the clipboard then pasted it as a 
separate layer in my graphic, then sized the layer to the image size, but I 
can't get the text to show on the top of the graphic. I must be missing a very 
basic step but can't seem to figure it out. Any help would be appreciated.
Thanks.
Maureen


Maureen wrote:
 how to add curved text to the circular graphic.

That is easy. There is a Script-Fu script for that called Text Circle. It 
is in the drop down menus under File - Create - Logos - Text Circle.


-- 
Maureen (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread Maureen
Thanks, Rich. That worked great. But now I'm having trouble placing this 
circular logo onto my graphic. I copied it to the clipboard then pasted it as a 
separate layer in my graphic, then sized the layer to the image size, but I 
can't get the text to show on the top of the graphic. I must be missing a very 
basic step but can't seem to figure it out. Any help would be appreciated.
Thanks.
Maureen


Maureen wrote:
 how to add curved text to the circular graphic.

That is easy. There is a Script-Fu script for that called Text Circle. It 
is in the drop down menus under File - Create - Logos - Text Circle.


-- 
Maureen (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread Maureen
Thanks, Rich. That worked great. But now I'm having trouble placing this 
circular logo onto my graphic. I copied it to the clipboard then pasted it as a 
separate layer in my graphic, then sized the layer to the image size, but I 
can't get the text to show on the top of the graphic. I must be missing a very 
basic step but can't seem to figure it out. Any help would be appreciated.
Thanks.
Maureen


Maureen wrote:
 how to add curved text to the circular graphic.

That is easy. There is a Script-Fu script for that called Text Circle. It 
is in the drop down menus under File - Create - Logos - Text Circle.


-- 
Maureen (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread Maureen
Thanks, Rich. That worked great. But now I'm having trouble placing this 
circular logo onto my graphic. I copied it to the clipboard then pasted it as a 
separate layer in my graphic, then sized the layer to the image size, but I 
can't get the text to show on the top of the graphic. I must be missing a very 
basic step but can't seem to figure it out. Any help would be appreciated.
Thanks.
Maureen


Maureen wrote:
 how to add curved text to the circular graphic.

That is easy. There is a Script-Fu script for that called Text Circle. It 
is in the drop down menus under File - Create - Logos - Text Circle.


-- 
Maureen (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread Maureen
Sorry for all the duplicate postings. It kept telling me I didn't get the work 
verification correct so I kept trying over and over again. 
Maureen

Thanks, Rich. That worked great. But now I'm having trouble placing this 
circular logo onto my graphic. I copied it to the clipboard then pasted it as 
a separate layer in my graphic, then sized the layer to the image size, but I 
can't get the text to show on the top of the graphic. I must be missing a very 
basic step but can't seem to figure it out. Any help would be appreciated.
Thanks.
Maureen


Maureen wrote:
 how to add curved text to the circular graphic.

That is easy. There is a Script-Fu script for that called Text Circle. It 
is in the drop down menus under File - Create - Logos - Text Circle.


-- 
Maureen (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user