[Gimp-user] Script- FU registering

2002-06-01 Thread Juliet Jennifer Mari R

As I have already posted in yesterdays' mailboard, there is some problem with 
registering scripts in the script- fu database. 1.) Prompting the scripts' name as 
commandline in the script- fu console does not create any impact, although the scripts 
are stored in the proper scripts directory of the actual gimp version.
2.) When Browsing the disk for the scripts (in the conso9le window too) the distinct 
scripts folder cannot be found nor accessed. 3.) Furthermore the scripts contain 
automatic registering methods for registering two methods per script in the database 
and make them allocateable in the pop- up menu. 
The automated registering looks like this:

register brushed_metal,
  Create a brushed metal surface effect,
  Use...,
  ...,
  Image/Filters/Render/BrushedMaterial,
  [ distinct defined parameters ],
  \perl_fu_brushed_metal;

How-o-ever, the scripts cannot be accessed through commands neither in the popup- menu 
nor in the main menu.
How else can I access and call the two methods of the script?
:( Juliet 



On Thu, 30 May 2002, [EMAIL PROTECTED] wrote:

 Sender: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Delivered-To: [EMAIL PROTECTED]
 Received: (cpmta 6749 invoked from network); 30 May 2002 12:01:04 -0700
 Received: from 128.32.247.242 (HELO lists.XCF.Berkeley.EDU)
   by smtp.c012.snv.cp.net (209.228.35.208) with SMTP; 30 May 2002 12:01:04 -0700
 Received: from lists.XCF.Berkeley.EDU (lists.XCF.Berkeley.EDU [127.0.0.1])
 by lists.XCF.Berkeley.EDU (Postfix) with ESMTP
 id 4828F1F0D7; Thu, 30 May 2002 12:01:06 -0700 (PDT)
 Content-Length: 3789
 Content-Type: text/plain
 List-Archive: http://lists.xcf.berkeley.edu/lists/gimp-user/
 List-Subscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=subscribe
 X-Received: 30 May 2002 19:01:04 GMT
 Errors-To: [EMAIL PROTECTED]
 Precedence: bulk
 List-Unsubscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=unsubscribe
 List-Post: mailto:[EMAIL PROTECTED]
 Subject: Gimp-user digest, Vol 1 #369 - 3 msgs
 List-Help: mailto:[EMAIL PROTECTED]?subject=help
 From: [EMAIL PROTECTED]
 List-Id: gimp-user.lists.xcf.berkeley.edu
 X-Mailman-Version: 2.0.8
 X-Beenthere: [EMAIL PROTECTED]
 Return-Path: [EMAIL PROTECTED]
 Mime-Version: 1.0
 Reply-To: [EMAIL PROTECTED]
 Date: Thu, 30 May 2002 12:01:06 -0700 (PDT)
 X-Mailer: Mailman v2.0.8
 Message-Id: [EMAIL PROTECTED]
 
 Send Gimp-user mailing list submissions to
 [EMAIL PROTECTED]
 
 To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
 or, via email, send a message with subject or body 'help' to
 [EMAIL PROTECTED]
 
 You can reach the person managing the list at
 [EMAIL PROTECTED]
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Gimp-user digest...
 
 
 Today's Topics:
 
1. Losing precision (John Culleton)
2. Re: Losing precision (Roland Roberts)
3. Re: Losing precision (Jon Winters)
 
 --__--__--
 
 Message: 1
 From: John Culleton [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: Thu, 30 May 2002 12:02:18 -0400
 Subject: [Gimp-user] Losing precision
 
 I have a JPEG that was scanned at say 300dpi. I reduce it in size in Gimp=
 =2E Now=20
 the dpi shoots up in proportion. I want to use the reduced image on a web=
 =20
 page where anything over 75dpi is overkill. I know I can scale back the=20
 precision when I save the file but what is the relationship if any betwee=
 n=20
 the percentages shown on the save dialogue and the dpi of the saved image=
 ?=20
 --=20
 John Culleton
 Able Indexers and Typesetters=20
 http://wexfordpress.com
 
 
 
 __
 D O T E A S Y - Join the web hosting revolution!
  http://www.doteasy.com
 
 --__--__--
 
 Message: 2
 To: [EMAIL PROTECTED]
 Subject: Re: [Gimp-user] Losing precision
 From: Roland Roberts [EMAIL PROTECTED]
 Date: 30 May 2002 13:30:24 -0400
 
  John == John Culleton [EMAIL PROTECTED] writes:
 
 John I have a JPEG that was scanned at say 300dpi. I reduce it in
 John size in Gimp. Now the dpi shoots up in proportion. I want to
 John use the reduced image on a web page where anything over
 John 75dpi is overkill. I know I can scale back the precision
 John when I save the file but what is the relationship if any
 John between the percentages shown on the save dialogue and the
 John dpi of the saved image?
 
 If you are putting it on the web, ignore DPI.  You don't care about
 DPI, you care about dimensions.  DPI will have *no* effect on what you
 see for a web image.
 
 roland
 -- 
PGP Key ID: 66 BC 3B CD
 Roland B. Roberts, PhD RL Enterprises
 [EMAIL PROTECTED] 76-15 113th Street, Apt 3B
 [EMAIL PROTECTED]   Forest Hills, NY 11375
 
 --__--__--
 
 Message: 3
 Date: Thu, 30 May 

[Gimp-user] Installing additional scripts

2002-05-31 Thread Juliet Jennifer Mari R

Hallo gimpies,

Has anybody an idea how to install new additional scripts in Gimp? Suppose you have a 
written Script- Fu- script stored as a textfile of course, and want the script to be 
executeable via the submenu of the popup window or through the Script- Fu database 
console window as a command, one of the two option shall be sufficient enough to get 
explained. I have already tried to store the scripts in the appropriate /scripts 
directory of the gimp installation of course, but that  did not imply any automatic 
loading procedure... which I had exspected. Is there a mechanism of automatically 
loading scripts into menus available or is there any special type of script 
configuration file additionally, where all actual scripts are listed and where you can 
configure at least the file manually...?  And: the file suffix of the script might be 
of help too, as .txt might not be the proper format. Thanx.

:( Juliet

On Thu, 30 May 2002, [EMAIL PROTECTED] wrote:

 Sender: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Delivered-To: [EMAIL PROTECTED]
 Received: (cpmta 6749 invoked from network); 30 May 2002 12:01:04 -0700
 Received: from 128.32.247.242 (HELO lists.XCF.Berkeley.EDU)
   by smtp.c012.snv.cp.net (209.228.35.208) with SMTP; 30 May 2002 12:01:04 -0700
 Received: from lists.XCF.Berkeley.EDU (lists.XCF.Berkeley.EDU [127.0.0.1])
 by lists.XCF.Berkeley.EDU (Postfix) with ESMTP
 id 4828F1F0D7; Thu, 30 May 2002 12:01:06 -0700 (PDT)
 Content-Length: 3789
 Content-Type: text/plain
 List-Archive: http://lists.xcf.berkeley.edu/lists/gimp-user/
 List-Subscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=subscribe
 X-Received: 30 May 2002 19:01:04 GMT
 Errors-To: [EMAIL PROTECTED]
 Precedence: bulk
 List-Unsubscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=unsubscribe
 List-Post: mailto:[EMAIL PROTECTED]
 Subject: Gimp-user digest, Vol 1 #369 - 3 msgs
 List-Help: mailto:[EMAIL PROTECTED]?subject=help
 From: [EMAIL PROTECTED]
 List-Id: gimp-user.lists.xcf.berkeley.edu
 X-Mailman-Version: 2.0.8
 X-Beenthere: [EMAIL PROTECTED]
 Return-Path: [EMAIL PROTECTED]
 Mime-Version: 1.0
 Reply-To: [EMAIL PROTECTED]
 Date: Thu, 30 May 2002 12:01:06 -0700 (PDT)
 X-Mailer: Mailman v2.0.8
 Message-Id: [EMAIL PROTECTED]
 
 Send Gimp-user mailing list submissions to
 [EMAIL PROTECTED]
 
 To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
 or, via email, send a message with subject or body 'help' to
 [EMAIL PROTECTED]
 
 You can reach the person managing the list at
 [EMAIL PROTECTED]
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Gimp-user digest...
 
 
 Today's Topics:
 
1. Losing precision (John Culleton)
2. Re: Losing precision (Roland Roberts)
3. Re: Losing precision (Jon Winters)
 
 --__--__--
 
 Message: 1
 From: John Culleton [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: Thu, 30 May 2002 12:02:18 -0400
 Subject: [Gimp-user] Losing precision
 
 I have a JPEG that was scanned at say 300dpi. I reduce it in size in Gimp=
 =2E Now=20
 the dpi shoots up in proportion. I want to use the reduced image on a web=
 =20
 page where anything over 75dpi is overkill. I know I can scale back the=20
 precision when I save the file but what is the relationship if any betwee=
 n=20
 the percentages shown on the save dialogue and the dpi of the saved image=
 ?=20
 --=20
 John Culleton
 Able Indexers and Typesetters=20
 http://wexfordpress.com
 
 
 
 __
 D O T E A S Y - Join the web hosting revolution!
  http://www.doteasy.com
 
 --__--__--
 
 Message: 2
 To: [EMAIL PROTECTED]
 Subject: Re: [Gimp-user] Losing precision
 From: Roland Roberts [EMAIL PROTECTED]
 Date: 30 May 2002 13:30:24 -0400
 
  John == John Culleton [EMAIL PROTECTED] writes:
 
 John I have a JPEG that was scanned at say 300dpi. I reduce it in
 John size in Gimp. Now the dpi shoots up in proportion. I want to
 John use the reduced image on a web page where anything over
 John 75dpi is overkill. I know I can scale back the precision
 John when I save the file but what is the relationship if any
 John between the percentages shown on the save dialogue and the
 John dpi of the saved image?
 
 If you are putting it on the web, ignore DPI.  You don't care about
 DPI, you care about dimensions.  DPI will have *no* effect on what you
 see for a web image.
 
 roland
 -- 
PGP Key ID: 66 BC 3B CD
 Roland B. Roberts, PhD RL Enterprises
 [EMAIL PROTECTED] 76-15 113th Street, Apt 3B
 [EMAIL PROTECTED]   Forest Hills, NY 11375
 
 --__--__--
 
 Message: 3
 Date: Thu, 30 May 2002 12:36:01 -0500 (CDT)
 From: Jon Winters [EMAIL PROTECTED]
 To: Roland Roberts [EMAIL PROTECTED]
 Cc: 

[Gimp-user] Join SunDK site

2002-05-27 Thread Juliet Jennifer Mari R

Dear Gimpies,

If somebody feels the urgent need to contribute (with nice pictures or collages) to 
the sunDK site at 
http://gug.sunsite.dk/ and therefor needs to create a member profile in order to be 
able to upload jpgs to thus site... how can this be achieved: join the members list, 
create a profile,... the message was not answered, which I sent to the members mailing 
list...

:) Juliet

On Fri, 24 May 2002, [EMAIL PROTECTED] wrote:

 Sender: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Delivered-To: [EMAIL PROTECTED]
 Received: (cpmta 24658 invoked from network); 24 May 2002 12:01:15 -0700
 Received: from 128.32.247.242 (HELO lists.XCF.Berkeley.EDU)
   by smtp.c012.snv.cp.net (209.228.35.209) with SMTP; 24 May 2002 12:01:15 -0700
 Received: from lists.XCF.Berkeley.EDU (lists.XCF.Berkeley.EDU [127.0.0.1])
 by lists.XCF.Berkeley.EDU (Postfix) with ESMTP
 id DB2B41F0BF; Fri, 24 May 2002 12:01:07 -0700 (PDT)
 Content-Length: 18287
 Content-Type: text/plain
 List-Archive: http://lists.xcf.berkeley.edu/lists/gimp-user/
 List-Subscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=subscribe
 X-Received: 24 May 2002 19:01:15 GMT
 Errors-To: [EMAIL PROTECTED]
 Precedence: bulk
 List-Unsubscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=unsubscribe
 List-Post: mailto:[EMAIL PROTECTED]
 Subject: Gimp-user digest, Vol 1 #362 - 5 msgs
 List-Help: mailto:[EMAIL PROTECTED]?subject=help
 From: [EMAIL PROTECTED]
 List-Id: gimp-user.lists.xcf.berkeley.edu
 X-Mailman-Version: 2.0.8
 X-Beenthere: [EMAIL PROTECTED]
 Return-Path: [EMAIL PROTECTED]
 Mime-Version: 1.0
 Reply-To: [EMAIL PROTECTED]
 Date: Fri, 24 May 2002 12:01:07 -0700 (PDT)
 X-Mailer: Mailman v2.0.8
 Message-Id: [EMAIL PROTECTED]
 
 Send Gimp-user mailing list submissions to
 [EMAIL PROTECTED]
 
 To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
 or, via email, send a message with subject or body 'help' to
 [EMAIL PROTECTED]
 
 You can reach the person managing the list at
 [EMAIL PROTECTED]
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Gimp-user digest...
 
 
 Today's Topics:
 
1. Your message to Gimp-developer awaits moderator approval 
([EMAIL PROTECTED])
2. Re: cmyk and Gimp (John Culleton)
3. Gimp vs. latest Photoshop (John Culleton)
4. Re: Gimp vs. latest Photoshop (Akkana)
5. Re: to Msg. 3 (Juliet Jennifer Mari R)
 
 --__--__--
 
 Message: 1
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: Fri, 24 May 2002 02:21:02 -0700 (PDT)
 Subject: [Gimp-user] Your message to Gimp-developer awaits moderator approval
 
 Your mail to 'Gimp-developer' with the subject
 
 ACCESSKEY
 
 Is being held until the list moderator can review it for approval.
 
 The reason it is being held:
 
 Message body is too big: 132964 bytes but there's a limit of 40 KB
 
 Either the message will get posted to the list, or you will receive
 notification of the moderator's decision.
 
 --__--__--
 
 Message: 2
 From: John Culleton [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Gimp-user] cmyk and Gimp
 Date: Fri, 24 May 2002 08:41:44 -0400
 
 On Wednesday 22 May 2002 01:29 pm, John Culleton wrote:
  1. Is anyone working on improving Gimp vis-a-vis cmyk formats? The
  literature seems to infer that Gimp is either weak or useless where
  cmyk is concerned.
 
  2. Is anyone active in the area of preparing stuff for print using Gimp=
 ?
 
 No answers received.=20
 
 Can I assume then that no one is using Gimp for print publications?
 --=20
 John Culleton
 Able Indexers and Typesetters=20
 http://wexfordpress.com
 
 
 
 __
 D O T E A S Y - Join the web hosting revolution!
  http://www.doteasy.com
 
 --__--__--
 
 Message: 3
 From: John Culleton [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: Fri, 24 May 2002 08:44:16 -0400
 Subject: [Gimp-user] Gimp vs. latest Photoshop
 
 The latest version of Photoshop is being praised for its improved tool fo=
 r
 removing wrinkles etc. from a headshot. Can anyone evaluate this facility=
  vis=20
 a vis  the similar tools in Gimp, used for the same purpose?
 --=20
 John Culleton
 Able Indexers and Typesetters=20
 http://wexfordpress.com
 
 
 
 __
 D O T E A S Y - Join the web hosting revolution!
  http://www.doteasy.com
 
 --__--__--
 
 Message: 4
 Date: Fri, 24 May 2002 09:22:57 -0700
 From: Akkana [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Gimp-user] Gimp vs. latest Photoshop
 
 John Culleton writes:
  The latest version of Photoshop is being praised for its improved tool for
  removing wrinkles etc. from a headshot. Can anyone evaluate this facility vis 
  a vis  the similar tools in Gimp, used for the same purpose?
 
 I'm glad someone brought that up

[Gimp-user] Re: the JFIF

2002-05-27 Thread Juliet Jennifer Mari R

Do not worry it is just information on the graphics file... could you load it and was 
the content ok ? 

:) Juliet




On Sun, 26 May 2002, [EMAIL PROTECTED] wrote:

 Sender: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Delivered-To: [EMAIL PROTECTED]
 Received: (cpmta 3589 invoked from network); 26 May 2002 12:01:09 -0700
 Received: from 128.32.247.242 (HELO lists.XCF.Berkeley.EDU)
   by smtp.c012.snv.cp.net (209.228.35.209) with SMTP; 26 May 2002 12:01:09 -0700
 Received: from lists.XCF.Berkeley.EDU (lists.XCF.Berkeley.EDU [127.0.0.1])
 by lists.XCF.Berkeley.EDU (Postfix) with ESMTP
 id 349661F064; Sun, 26 May 2002 12:01:05 -0700 (PDT)
 Content-Length: 4745
 Content-Type: text/plain
 List-Archive: http://lists.xcf.berkeley.edu/lists/gimp-user/
 List-Subscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=subscribe
 X-Received: 26 May 2002 19:01:09 GMT
 Errors-To: [EMAIL PROTECTED]
 Precedence: bulk
 List-Unsubscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=unsubscribe
 List-Post: mailto:[EMAIL PROTECTED]
 Subject: Gimp-user digest, Vol 1 #364 - 3 msgs
 List-Help: mailto:[EMAIL PROTECTED]?subject=help
 From: [EMAIL PROTECTED]
 List-Id: gimp-user.lists.xcf.berkeley.edu
 X-Mailman-Version: 2.0.8
 X-Beenthere: [EMAIL PROTECTED]
 Return-Path: [EMAIL PROTECTED]
 Mime-Version: 1.0
 Reply-To: [EMAIL PROTECTED]
 Date: Sun, 26 May 2002 12:01:05 -0700 (PDT)
 X-Mailer: Mailman v2.0.8
 Message-Id: [EMAIL PROTECTED]
 
 Send Gimp-user mailing list submissions to
 [EMAIL PROTECTED]
 
 To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
 or, via email, send a message with subject or body 'help' to
 [EMAIL PROTECTED]
 
 You can reach the person managing the list at
 [EMAIL PROTECTED]
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Gimp-user digest...
 
 
 Today's Topics:
 
1. TIFF Unkown photometric Number 5 error (Paul Thomas)
2. Norton AntiVirus detected and quarantined a virus in a message yo
u sent. (NAV for Microsoft Exchange-DCCMAIL)
 
 --__--__--
 
 Message: 1
 Date: Sat, 25 May 2002 14:15:10 -0700 (PDT)
 From: Paul Thomas [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: [Gimp-user] TIFF Unkown photometric Number 5 error
 
 
 
 Hi,
 
 I'm still using Gimp Version 1.0.4 and while trying to open
 a TIFF sent to me from a Mac guy, I get the following error:
 
 TIFF Unkown photometric Number 5 error
 
 When I looked at the TIFF with strings, I found the following
 identifiers:
 
 JFIF
 File written by Adobe Photoshop
  5.2
 
 Can the current Gimp open the these files or is there something
 non-standard about them?
 
 Thanks,
 
 --Paul
 
 --
 William J. Broad: The crux... is that the vast majority of the mass
 of the universe seems to be missing.
 
 
 
 --__--__--
 
 Message: 2
 From: NAV for Microsoft Exchange-DCCMAIL [EMAIL PROTECTED]
 To: 'gimp-user' [EMAIL PROTECTED]
 Date: Sun, 26 May 2002 12:08:10 -0500
 Subject: [Gimp-user] Norton AntiVirus detected and quarantined a virus in a message 
yo
  u sent.
 
 This message is in MIME format. Since your mail reader does not understand
 this format, some or all of this message may not be legible.
 
 --_=_NextPart_000_01C204D7.E972F4A0
 Content-Type: text/plain
 
 Recipient of the infected attachment:  Berrier, Mark\Inbox
 Subject of the message:  A very  humour game
 One or more attachments were quarantined.
   Attachment install.exe was Quarantined for the following reasons:
 Virus W32.Klez.H@mm was found.
 
 --_=_NextPart_000_01C204D7.E972F4A0
 Content-Type: application/ms-tnef
 Content-Transfer-Encoding: base64
 
 eJ8+IgsRAQaQCAAEAAABAAEAAQeQBgAI5AQAAADoAAEIgAcAGElQTS5NaWNy
 b3NvZnQgTWFpbC5Ob3RlADEIAQWAAwAO0gcFABoADAAIAAoWAQEggAMADgAAANIHBQAa
 AAwACAAKFgEBCYABACEAAABDNDBDNUQwODdENzBENjExQkM3QjAwMDM0N0FGMDY2OQARBwEE
 gAEASQAAAE5vcnRvbiBBbnRpVmlydXMgZGV0ZWN0ZWQgYW5kIHF1YXJhbnRpbmVkIGEgdmlydXMg
 aW4gYSBtZXNzYWdlIHlvdSBzZW50LgCSGgENgAQAAgIAAgABA5AGAHAFAAAgAgEJEAEA
 AABCAQAAPgEAAMYBAABMWkZ1/d93h4cACgENA0N0ZXh0Aff/AqQD5AXrAoMAUALzBrQCgyYyA8UC
 AGNoCsBzZdh0MCAHEwKAfQqACM//CdkCgAqECzcSwgHQB/AFkAcFIAiQAjAgb2YgdGhoZSALgGYF
 kA7wZGwgYQJAANBoB4ACMDrYICBCBJAIgiwF0ArAoGtcXEluBuB4CqPhCoBTdWJqGREYZgeBEHNh
 Z2UaEUEgdmUEkHkaIGh1BGAIcCDMZ2EHgBuFT24YwAWxbwRgFUAZaQQgdwSQGMBxtnUKwABwdAuA
 CYAuCqMuCh1hGYcY0XMBkGxspi4PABjAd2EEIFEhCL4gAhAFwBiiAhAjMG8D8DhuZyAVQCOwAiBz
 OocbhRogGiBWaXJ1BCAAVzMyLktsZXpgLkhAbW0jkwIQdRZuIZUKgH0pUwD9P+QEAABAADkA
 oPRy6dcEwgEDAPE/CQQAAB4AMUABDwAAAE5BVk1TRS1EQ0NNQUlMAAADABpAAB4AMEAB
 DwAAAE5BVk1TRS1EQ0NNQUlMAAADABlAAB4AcAABSQAAAE5vcnRvbiBBbnRpVmly
 dXMgZGV0ZWN0ZWQgYW5kIHF1YXJhbnRpbmVkIGEgdmlydXMgaW4gYSBtZXNzYWdlIHlvdSBzZW50
 LgACAXEAAQAAABYBwgTX6XMIXQzFcH0R1rx7AANHrwZpAAALAPIQAQIBRwAB
 

[Gimp-user] Re: to Msg. 3

2002-05-24 Thread Juliet Jennifer Mari R

Hi Sokhi,

You cannor script the text of a stored gif, as the gif- format do not store layers 
e.g. text layers within. If you store it in internal Gimp format and not in gif the 
next time you are able to alter the text if it was stored on a different layer, again.
Jeff: Text can be changed in every pic, in worst case you have to delete the text or 
fuzzy select and delete, although it is different on a multi- color background to 
restore the background properly. So it is best to store the picture in two versions: 
one with layers (for further manipulation next time) and multiple e.g. views on the 
pic in jpg or gif format.

:) Juliet



On Thu, 23 May 2002, [EMAIL PROTECTED] wrote:

 Sender: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Delivered-To: [EMAIL PROTECTED]
 Received: (cpmta 6631 invoked from network); 23 May 2002 12:01:13 -0700
 Received: from 128.32.247.242 (HELO lists.XCF.Berkeley.EDU)
   by smtp.c012.snv.cp.net (209.228.35.209) with SMTP; 23 May 2002 12:01:13 -0700
 Received: from lists.XCF.Berkeley.EDU (lists.XCF.Berkeley.EDU [127.0.0.1])
 by lists.XCF.Berkeley.EDU (Postfix) with ESMTP
 id 95F8A1F0B1; Thu, 23 May 2002 12:01:05 -0700 (PDT)
 Content-Length: 10274
 Content-Type: text/plain
 List-Archive: http://lists.xcf.berkeley.edu/lists/gimp-user/
 List-Subscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=subscribe
 X-Received: 23 May 2002 19:01:13 GMT
 Errors-To: [EMAIL PROTECTED]
 Precedence: bulk
 List-Unsubscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=unsubscribe
 List-Post: mailto:[EMAIL PROTECTED]
 Subject: Gimp-user digest, Vol 1 #361 - 8 msgs
 List-Help: mailto:[EMAIL PROTECTED]?subject=help
 From: [EMAIL PROTECTED]
 List-Id: gimp-user.lists.xcf.berkeley.edu
 X-Mailman-Version: 2.0.8
 X-Beenthere: [EMAIL PROTECTED]
 Return-Path: [EMAIL PROTECTED]
 Mime-Version: 1.0
 Reply-To: [EMAIL PROTECTED]
 Date: Thu, 23 May 2002 12:01:05 -0700 (PDT)
 X-Mailer: Mailman v2.0.8
 Message-Id: [EMAIL PROTECTED]
 
 Send Gimp-user mailing list submissions to
 [EMAIL PROTECTED]
 
 To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
 or, via email, send a message with subject or body 'help' to
 [EMAIL PROTECTED]
 
 You can reach the person managing the list at
 [EMAIL PROTECTED]
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Gimp-user digest...
 
 
 Today's Topics:
 
1. Re: Font is not displayed correctly (Carol Spears)
2. Re: Font is not displayed correctly (Neophytos Demetriou)
3. read text from gif files (Sarbjeet Sokhi)
4. Re: read text from gif files (Jeff Trefftzs)
5. §Ò¹ Part Time ÊÃéÒ§ÃÒÂä´é´Õ ãªéà·¤â¹âÅÂշӧҹ᷹¤Ø³ (richy)
6. read layers in psd files (Sarbjeet Sokhi)
7. Re: read layers in psd files (John Culleton)
8. Re: read layers in psd files (Sarbjeet Sokhi)
 
 --__--__--
 
 Message: 1
 Date: Wed, 22 May 2002 15:12:45 -0400
 From: Carol Spears [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Gimp-user] Font is not displayed correctly
 
 hi, there are two solutions that i know of.
 
 1)  double click on the tool text button [T] and select Use
 DynamicText (or something like that)
 
 2)  use gimp-freetype.  usually the tarball is available from
 http://freetype.gimp.org but that site is temporarily offline, so feel
 free to get it from here
 http://carol.gimp.org/files/gimp-freetype-0.2.tar.gz 
 
 the gimp default text tool somewhat sucks.  i go back and forth between
 the two text plug-ins depending on my needs.  i understand that the 1.4
 text tool should have the best of both worlds.  
 
 actually, i have used the default gimp text tool on purpose recently.  i
 used it to get the real name of the font.  text tool told me the name
 that mozilla recognized.  that was handy.
 
 carol
 
 On 2002-05-22 at 2134.35 +0300, Neophytos Demetriou typed this mail:
  I have recently installed a new truetype font on my system (Redhat-7.3, 
  Gimp 1.2, default configuration). The preview widget displays the text 
  correctly, however, some pixels are cut from the bottom of the text 
  after I apply it (esp. the letter g).
  
  Here's how I installed the new truetype font:
  
  cd /usr/X11R6/lib/X11/fonts/
 mkdir myfont
 cd myfont
 unzip /home/nkd/my/power-tools-cd/myfont.zip
 ttmkfdir -o fonts.dir
 chkfontpath --add /usr/X11R6/lib/X11/fonts/myfont
  
  Font information:
  (...) medium-r-normal--15-140-75-75-p-61-ascii-0
  
  Any help is greatly appreciated. TIA.
  
  Best regards,
  Neophytos
  
  ___
  Gimp-user mailing list
  [EMAIL PROTECTED]
  http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
  
 
 --__--__--
 
 Message: 2
 Date: Wed, 22 May 2002 23:04:01 +0300
 From: Neophytos Demetriou [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 

[Gimp-user] Re: Gimp-user digest, Vol 1 #347 - 2 msgs

2002-05-10 Thread Juliet Jennifer Mari R

Dear Gimpies,

Yeah every time using the Gimp I am wondered what' the hell has inspired the Gimp 
programmers to put e.g. the Move command in the tools popup menu list, but there are 
a whole lot of other commands located in the wrong menu position. Maybe it shows up 
some day in the right menu position maybe the edit- menu.

MfG Juliet
 


MfG Juliet

On Wed, 08 May 2002, [EMAIL PROTECTED] wrote:

 Sender: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Delivered-To: [EMAIL PROTECTED]
 Received: (cpmta 24607 invoked from network); 8 May 2002 12:01:23 -0700
 Received: from 128.32.247.242 (HELO lists.XCF.Berkeley.EDU)
   by smtp.c012.snv.cp.net (209.228.35.209) with SMTP; 8 May 2002 12:01:23 -0700
 Received: from lists.XCF.Berkeley.EDU (lists.XCF.Berkeley.EDU [127.0.0.1])
 by lists.XCF.Berkeley.EDU (Postfix) with ESMTP
 id D478E1F061; Wed,
   8 May 2002 12:01:02 -0700 (PDT)
 Content-Length: 2968
 Content-Type: text/plain
 List-Archive: http://lists.xcf.berkeley.edu/lists/gimp-user/
 List-Subscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=subscribe
 X-Received: 8 May 2002 19:01:23 GMT
 Errors-To: [EMAIL PROTECTED]
 Precedence: bulk
 List-Unsubscribe: http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user,
 mailto:[EMAIL PROTECTED]?subject=unsubscribe
 List-Post: mailto:[EMAIL PROTECTED]
 Subject: Gimp-user digest, Vol 1 #347 - 2 msgs
 List-Help: mailto:[EMAIL PROTECTED]?subject=help
 From: [EMAIL PROTECTED]
 List-Id: gimp-user.lists.xcf.berkeley.edu
 X-Mailman-Version: 2.0.8
 X-Beenthere: [EMAIL PROTECTED]
 Return-Path: [EMAIL PROTECTED]
 Mime-Version: 1.0
 Reply-To: [EMAIL PROTECTED]
 Date: Wed,
   8 May 2002 12:01:02 -0700 (PDT)
 X-Mailer: Mailman v2.0.8
 Message-Id: [EMAIL PROTECTED]
 
 Send Gimp-user mailing list submissions to
 [EMAIL PROTECTED]
 
 To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
 or, via email, send a message with subject or body 'help' to
 [EMAIL PROTECTED]
 
 You can reach the person managing the list at
 [EMAIL PROTECTED]
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Gimp-user digest...
 
 
 Today's Topics:
 
1. Re: Different items in toolbox (Eve Kotyk)
2. Hey babe, youve got to see this! ([EMAIL PROTECTED])
 
 --__--__--
 
 Message: 1
 Date: Tue, 07 May 2002 18:35:33 +
 From: Eve Kotyk [EMAIL PROTECTED]
 Subject: Re: [Gimp-user] Different items in toolbox
 To: Carol Spears [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 
 --Pt(t+w=.GJHVQrT0
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 
  the 1.3 gimp has inspired many discussions on what is a tool and
  what isn't.  it seems like artists and coders have different ideas on
  this. there are many new tool buttons in the 1.3 version, but rumor
  has it that some of those will be removed from the toolbox before it
  is over.
  
  i don't know that the book actually has you use these left out tools.
 
 Thank you for responding.  I haven't finished reading the book so I
 don't know if these tools are emphasized.  I did look up Xinput airbrush
 in the index and didn't find much in the way of 'use explanation'
 
 Eve
 
 --Pt(t+w=.GJHVQrT0
 Content-Type: application/pgp-signature
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 
 iD8DBQE82B54yxm8dPG0oMIRAmtbAJkB92wWMeu8fCyAoreVCY/JIyq81wCgz602
 HONGw6FSOFI2Hntf87ZaYkc=
 =86Vs
 -END PGP SIGNATURE-
 
 --Pt(t+w=.GJHVQrT0--
 
 
 --__--__--
 
 Message: 2
 Date: Wed, 8 May 2002 11:32:55 -0500 (CDT)
 To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
 From: [EMAIL PROTECTED] ()
 Subject: [Gimp-user] Hey babe, youve got to see this!
 
 Below is the result of your feedback form.  It was submitted by  
([EMAIL PROTECTED]) on Wednesday, May 8, 2002 at 11:32:54
 ---
 
 :: FREE Membership Available!  Don't know how long this offer will last, get it 
while you still can! We have BEAUTIFUL girls and they are just one click away from 
showing you the BEST time of your life! a 
href=http://rd.yahoo.com/dir/?http://members.lycos.co.uk/g00dstuff;Click here/a
 
 ---
 
 
 --__--__--
 
 ___
 Gimp-user mailing list
 [EMAIL PROTECTED]
 http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
 
 
 End of Gimp-user Digest




-
Sign up for ICQmail at http://www.icq.com/icqmail/signup.html
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



[Gimp-user] (no subject)

2002-05-03 Thread Juliet Jennifer Mari R

Hallo Bret,

Suppose u have a plane raster picture like jpg, bmp, gif,... (no layers, no program 
specific info,...) try to use this ones:
http://www.rastertovector.com/conversion.htm shall generate 2d Acad- files (2001)
Another tool is available as freeware: WinTopo. It converts bmp into dxf and is 
located at: http://homepage.ntlworld.com/softsoft/wintopo/index.htm
(1999!)

mfg Juliet




-
Sign up for ICQmail at http://www.icq.com/icqmail/signup.html
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user