[Gimp-user] Error console - font unreadably small

2008-10-19 Thread Alec Burgess
Using Gimp 2.6.1 on Windows XP SP3
Error messages displayed in Error console use a very tiny font size. The 
only way I've found to read them is copy to clipboard and paste to 
something else. I couldn't find anywhere in Preferences to set either 
the font or the size of the type. Is this a bug or a feature or did I 
miss a preference?

-- 
Regards ... Alec   ([EMAIL PROTECTED] & WinLiveMess - [EMAIL PROTECTED])

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


[Gimp-user] rectangular selection

2008-10-19 Thread presyesc
It helps greatly, thanks for your advice.

-Preston


>Hi,
>
>On Mon, Oct 20, 2008 at 3:10 PM, presyesc <[EMAIL PROTECTED]> wrote:
>> I use version 2.2.17 and what do you mean by "choose something else"? I
am
>> needing a rectangle with curved edges. Thanks
>
>Upgrade to 2.4, and use the 'rounded' option.
>Feather has *nothing* to do with roundedness, only with blurriness.
>
>Hope that helps,
>
>David
>

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


Re: [Gimp-user] rectangular selection

2008-10-19 Thread David Gowers
Hi,

On Mon, Oct 20, 2008 at 3:10 PM, presyesc <[EMAIL PROTECTED]> wrote:
> I use version 2.2.17 and what do you mean by "choose something else"? I am
> needing a rectangle with curved edges. Thanks

Upgrade to 2.4, and use the 'rounded' option.
Feather has *nothing* to do with roundedness, only with blurriness.

Hope that helps,

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


[Gimp-user] rectangular selection

2008-10-19 Thread presyesc
I use version 2.2.17 and what do you mean by "choose something else"? I am
needing a rectangle with curved edges. Thanks


>On Monday 20 October 2008 07:12:30 presyesc rase:
>> Hello- When I make a feathered rectangular selection and fill it with
>> color, the edges are fuzzy and bland with background. Is there a way to
>> fill it solidly?
>
>Why do you make "a _feathered_ rectangular selection" if you want to fill it

>solidly? Choose something else, what is not feathered.
>And what version of gimp do you use?
>

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


Re: [Gimp-user] rectangular selection

2008-10-19 Thread vt
On Monday 20 October 2008 07:12:30 presyesc rašė:
> Hello- When I make a feathered rectangular selection and fill it with
> color, the edges are fuzzy and bland with background. Is there a way to
> fill it solidly?

Why do you make "a _feathered_ rectangular selection" if you want to fill it 
solidly? Choose something else, what is not feathered.
And what version of gimp do you use?
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] rectangular selection

2008-10-19 Thread presyesc
Hello- When I make a feathered rectangular selection and fill it with color,
the edges are fuzzy and bland with background. Is there a way to fill it
solidly?


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


Re: [Gimp-user] ftp address for 2.6.1 rpm

2008-10-19 Thread Rick
Anybody have an rpm for Centos 5.2?

--
http://yosemitephotos.net/

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


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread saulgoode
Here is the script. I tried to write it so that it would run on GIMP  
2.2 (as well as 2.4 and 2.6) but I have only tested it on version 2.6.

http://flashingtwelve.brickfilms.com/GIMP/Scripts/fast-gif-save.scm

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


Re: [Gimp-user] script-fu-save-anim-layers

2008-10-19 Thread Alec Burgess

Alec Burgess wrote:

Since we've had all these messages about this ... I thought I'd ask:

Shouldn't the so-called fix I made, adding a dummy variable with a 
value but leaving the remaining two variables (image) and (buffer) 
uninitialized still have been a syntax error? I was  surprised that it 
in fact actually made the script work.


Kevin Cozens wrote:

Alec Burgess wrote:
  
Thanks ... I think :-) found the example and perused the linked PDF 
(section 4.2.2. Binding constructs) with out much if any understanding.


I changed:
(define (save-layer orig-image layer name)
(let* (
(image)
(buffer)
)

to:
(define (save-layer orig-image layer name)
(let* (
(this-is-correct 0)
(image)
(buffer)
)



You didn't need to read the linked PDF file. That is there for reference in 
case someone doubted whether the Scheme interpreter in Script-Fu is doing "the 
right thing" regarding the let* blocks.


The release notes should have made it perfectly clear as to the problem and 
its fix. Since it appears the note about Script-Fu isn't clear enough I will 
think about some changes to the information. In the meantime, Sven has pointed 
out the needed changes to the script that were referred to in the release notes.


--
Regards ... Alec   ([EMAIL PROTECTED] & WinLiveMess - [EMAIL PROTECTED])

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


Re: [Gimp-user] Searching GIMP user manual

2008-10-19 Thread Sven Neumann
Hi,

On Sun, 2008-10-19 at 22:51 +0200, Daniel Hornung wrote:

> The articles are well linked between each other, but that's a tedious way of 
> finding the relevant piece of information.  Probably it's not a real search 
> that's needed but a link to the index, so here it is (to the original 
> poster):
> 
> http://docs.gimp.org/en/gimp-help-index.html

Well, the index is always just one click away in the help-browser. And
in the new help-browser the index is even present all the time in the
side-pane on the left side.


Sven


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


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread eleonora46
> #1. Is it possible to have the outputted filename derived from the  
> original image's filename? For example, if you are selecting from an  
> image named "somegirl.gif" then could the script assume that the  
> output filename should be named "somegirl-cutout.gif"?

No. Picture 2 is derived from the page number  where it is,
for example the first image on page 3248 of picture 100.gif is called 
32481.gif, picture2 32482.gif, etc...
page number is contained by the original picture, and has nothing to do
with it's name. Original picture is called  in the example 100.gif, and the 
derived pictures are called 32481.gif,  32482.gif and 32491.gif
To find the proper name is job for a human, the machine
can not effectively help there.

> #2. Is it necessary to create a new image from the copied region? And  
> even if it is (e.g., you want to edit the pasted image), would it be  
> acceptable if the script performed the creation of this image. I.e.,  
> you make your selection and then run the script -- the new image is  
> opened (if necessary) and then saved as a GIF.

The script is unable to create the images. They must be created manually.
They are pictures in written text, and only a human can decide,
which parts are images and which parts are text. The selected
part then usually gets modified in size and also sometimes rotated.
All jobs, only a human can do properly.
I checked with the most up-to-date ocr programs, they do a lousy
job when they try to find out, which parts are pictures and
which are text. They err in 20-30% of the cases, which 
is completely unacceptable and unusable for me.

> Of course, doing precisely what you described is possible; it just  
> entails some steps that might better be automated.

That exactly would speed up my work by at least 20-30%.

Thanks, eleonora

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Changing events

2008-10-19 Thread Daniel Hornung
On Sunday 19 October 2008, Johan Vromans wrote:
> Hi,
>
> I have a couple of databases where I entered the date that people were
> christened instead of date of birth, the latter being unknown.
> However, The Narrative Web Report seems to use the event Baptism
> instead of Christening.
>
> Is there an easy way to change Christening to Baptism for all entries
> in the database?
>
> I tried to export GRAMPS XML, issue a search/replace on the text and
> then re-import the XML. This seems to work but can I be sure no
> information gets lost this way?
>
> -- Johan

Hi, 
you're probably writing to the wrong mailing list?

Daniel


signature.asc
Description: This is a digitally signed message part.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Changing events

2008-10-19 Thread Johan Vromans
Hi,

I have a couple of databases where I entered the date that people were
christened instead of date of birth, the latter being unknown.
However, The Narrative Web Report seems to use the event Baptism
instead of Christening. 

Is there an easy way to change Christening to Baptism for all entries
in the database?

I tried to export GRAMPS XML, issue a search/replace on the text and
then re-import the XML. This seems to work but can I be sure no
information gets lost this way?

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


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread eleonora46
> You are aware that you can ackknowledge the default settings in these
> dialogs by pressing the "Enter" key, aren't you?

Yes, thanks. That's what I do; for 100 pictures that is 200 keypresses.
I'd like to avoid them altogether. 

-eleonora

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread saulgoode
Quoting [EMAIL PROTECTED]:

> All I need is:
> I do not work with layers, just with gif pictures.
> I select part of a gif picture and put it into clipboard, then   
> create a new gif picture.
> (2-nd menu column: create new picture). So far everything I do manually.
>
> Now: I'd like to write that new picture into a file I give the name,  
>  as a gif file.
> It should not ask any questions, after it knows the file name, it should
> write out straighforward the gif file. That's all.

#1. Is it possible to have the outputted filename derived from the  
original image's filename? For example, if you are selecting from an  
image named "somegirl.gif" then could the script assume that the  
output filename should be named "somegirl-cutout.gif"?

#2. Is it necessary to create a new image from the copied region? And  
even if it is (e.g., you want to edit the pasted image), would it be  
acceptable if the script performed the creation of this image. I.e.,  
you make your selection and then run the script -- the new image is  
opened (if necessary) and then saved as a GIF.

Item #1 would eliminate the need for a dialog box prompting for a  
filename (and would provide an easier way to handle directory paths).  
Item #2 would be necessary to accomplish Item #1 -- once you have  
created a new image, information about the original image is no longer  
accessible.

If you choose to have the filename of the selected region  
automatically derived from the original filename (i.e., you make a  
selection, then run the script to save it to a GIF) then would you  
want further selections from the same image to overwrite the previous  
one; or would you rather that the filename be modified to indicate a  
"version" (e.g., "somegirl-cutout_1.gif")?

Of course, doing precisely what you described is possible; it just  
entails some steps that might better be automated.

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


Re: [Gimp-user] ftp address for 2.6.1 rpm

2008-10-19 Thread Johan Vromans
Johan Vromans <[EMAIL PROTECTED]> writes:

> I seem to get good results by building Gegl 0.18 on Fedora 8, and then
> install it in Fedora 9.

I've made a complete set of RPMs available for Fedora 8 and Fedora 9.

DISCLAIMER: They work for me. Your mileage may vary.

Fedora 8:

  http://www.squirrel.nl/pub/xfer/babl-0.0.22-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/babl-debuginfo-0.0.22-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/babl-devel-0.0.22-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/gegl-0.0.18-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/gegl-debuginfo-0.0.18-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/gegl-devel-0.0.18-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/gimp-2.6.1-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/gimp-debuginfo-2.6.1-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/gimp-devel-2.6.1-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/gimp-libs-2.6.1-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/glib2-2.18.1-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/glib2-debuginfo-2.18.1-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/glib2-devel-2.18.1-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/glib2-static-2.18.1-1jv.fc8.i386.rpm

Fedora 9:

 Note that GEGL can currently not be compiled on Fedora 9.
 Using the Fedora 8 RPMs seem to work, though.

  http://www.squirrel.nl/pub/xfer/babl-0.0.22-1jv.fc9.i386.rpm
  http://www.squirrel.nl/pub/xfer/babl-debuginfo-0.0.22-1jv.fc9.i386.rpm
  http://www.squirrel.nl/pub/xfer/babl-devel-0.0.22-1jv.fc9.i386.rpm
  http://www.squirrel.nl/pub/xfer/gegl-0.0.18-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/gegl-debuginfo-0.0.18-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/gegl-devel-0.0.18-1jv.fc8.i386.rpm
  http://www.squirrel.nl/pub/xfer/gimp-2.6.1-1jv.fc9.i386.rpm
  http://www.squirrel.nl/pub/xfer/gimp-debuginfo-2.6.1-1jv.fc9.i386.rpm
  http://www.squirrel.nl/pub/xfer/gimp-devel-2.6.1-1jv.fc9.i386.rpm
  http://www.squirrel.nl/pub/xfer/gimp-libs-2.6.1-1jv.fc9.i386.rpm
  http://www.squirrel.nl/pub/xfer/glib2-2.18.1-1jv.fc9.i386.rpm
  http://www.squirrel.nl/pub/xfer/glib2-debuginfo-2.18.1-1jv.fc9.i386.rpm
  http://www.squirrel.nl/pub/xfer/glib2-devel-2.18.1-1jv.fc9.i386.rpm
  http://www.squirrel.nl/pub/xfer/glib2-static-2.18.1-1jv.fc9.i386.rpm

Source RPMS:

  http://www.squirrel.nl/pub/xfer/babl-0.0.22-1jv.fc8.src.rpm
  http://www.squirrel.nl/pub/xfer/gegl-0.0.18-1jv.fc8.src.rpm
  http://www.squirrel.nl/pub/xfer/gimp-2.6.1-1jv.fc8.src.rpm
  http://www.squirrel.nl/pub/xfer/glib2-2.18.1-1jv.fc8.src.rpm

Happy hacking,

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


Re: [Gimp-user] Text-in-stitches on GIMP

2008-10-19 Thread David Gowers
Hi,

On Mon, Oct 20, 2008 at 5:58 AM, Philippe D. <[EMAIL PROTECTED]> wrote:
> The biggest problem is to manage the brush orientation.
Why? Doesn't it work to link the orientation with 'angle' parameter?

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


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread Sven Neumann
Hi,

On Sun, 2008-10-19 at 22:29 +0200, [EMAIL PROTECTED] wrote:

> and at each time after ctrl-s standard gimp asks 2 stupid questions I answer
> with yes, and that takes a lot of in fact for me useless mouseclicks.

You are aware that you can ackknowledge the default settings in these
dialogs by pressing the "Enter" key, aren't you?


Sven


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


Re: [Gimp-user] Searching GIMP user manual

2008-10-19 Thread Daniel Hornung
On Sunday 19 October 2008, Sven Neumann wrote:
> > I am a new user to GIMP, but haven't for the life of me been able to
> > find a way to search the GIMP user manual or help.
>
> I am interested to learn why you need to search the user manual at all.
>
> We might want to add such a feature, but that requires us to understand
> under what circumstances a user would want to perform a search in the
> user manual and what he/she would be searching for.

Hi, 

often information about one topic is scattered around the manual, which 
probably can ahrdly be avoided.  As an example, selections are covered in 
articles about their tool preference dialogs, the Select menu, the quickmask, 
a general introduction (gimp-painting.html), gimp-using-selections.html (the 
most asked for on irc) and several others (convert to/from selections).

The articles are well linked between each other, but that's a tedious way of 
finding the relevant piece of information.  Probably it's not a real search 
that's needed but a link to the index, so here it is (to the original 
poster):

http://docs.gimp.org/en/gimp-help-index.html

Another way to search the manual is to use you favourite search engine, google 
for example works with search terms like this:

"site:docs.gimp.org/en/ "

Daniel


signature.asc
Description: This is a digitally signed message part.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Searching GIMP user manual

2008-10-19 Thread Jon Cosby
First Last wrote:
> I am a new user to GIMP, but haven't for the life of me been able to find a 
> way to search the GIMP user manual or help.  I'm expecting to see a box where 
> I can enter a word to search for, but can't see one and can't find an icon to 
> produce one.  And since the doc comes up in a window with no Edit option, 
> there's also no Windows-like find in this page option either.  Help!!!
> 

Use the documentation online, and search with Google, e.g.:

layers site:docs.gimp.org


Jon

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


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread eleonora46
> If you describe what it is you wish to accomplish, I should be glad to  
> assist in writing a script. For such scripts to be effective, by their  
> very nature they must be customized to match the workflow of the tasks  
> being handled -- once you start making the script flexible enough to  
> handle multiple situations, you end up with a workflow just as  
> involved as performing the steps manually (this is why you don't see  
> many "file operation" scripts being widely distributed).

A generous offer. Thanks in advance.
All I need is: 
I do not work with layers, just with gif pictures.
I select part of a gif picture and put it into clipboard, then create a new gif 
picture.
(2-nd menu column: create new picture). So far everything I do manually.

Now: I'd like to write that new picture into a file I give the name, as a gif 
file.
It should not ask any questions, after it knows the file name, it should
write out straighforward the gif file. That's all.

At present I write out hundreds of such little pictures,
and at each time after ctrl-s standard gimp asks 2 stupid questions I answer
with yes, and that takes a lot of in fact for me useless mouseclicks.
I'd like to speed up my procedure by that script.

Thanks a million in advance for your assistance, 
-eleonora
-- 
GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion!
http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169196
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Searching GIMP user manual

2008-10-19 Thread Sven Neumann
Hi,

On Sun, 2008-10-19 at 12:07 -0700, First Last wrote:
> I am a new user to GIMP, but haven't for the life of me been able to
> find a way to search the GIMP user manual or help.

I am interested to learn why you need to search the user manual at all. 

We might want to add such a feature, but that requires us to understand
under what circumstances a user would want to perform a search in the
user manual and what he/she would be searching for.

Another question: Do you know that that you can open the relevant page
in the user manual by pressing the F1 key (or using the Help button) in
each GIMP dialog and also on each menu item in GIMP?


Sven


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


Re: [Gimp-user] Searching GIMP user manual

2008-10-19 Thread Sven Neumann
Hi,

On Sun, 2008-10-19 at 12:07 -0700, First Last wrote:
> I am a new user to GIMP, but haven't for the life of me been able to
> find a way to search the GIMP user manual or help.

There is no search option in the locally installed user manual (yet).
But you can use the search entry in the online version at
http://docs.gimp.org/

>   I'm expecting to see a box where I can enter a word to search for,
> but can't see one and can't find an icon to produce one.  And since
> the doc comes up in a window with no Edit option, there's also no
> Windows-like find in this page option either. 

The new help-browser in the 2.6 version of GIMP does provide "find in
this page" functionality though. Just press Ctrl-F to activate it.

Unfortunately the installer that Jernej provides for the Windows
platform does not include the new help-browser plug-in. It seems to be
problematic to build the GTK+ version of webkit on Windows. Hopefully
someone can manage to do this build at some point so that users on the
Windows platform can also benefit from the much improved help browser in
GIMP 2.6.


Sven


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


Re: [Gimp-user] script-fu-save-anim-layers

2008-10-19 Thread Kevin Cozens
Alec Burgess wrote:
> Thanks ... I think :-) found the example and perused the linked PDF 
> (section 4.2.2. Binding constructs) with out much if any understanding.
> 
> I changed:
> (define (save-layer orig-image layer name)
> (let* (
> (image)
> (buffer)
> )
> 
> to:
> (define (save-layer orig-image layer name)
> (let* (
> (this-is-correct 0)
> (image)
> (buffer)
> )

You didn't need to read the linked PDF file. That is there for reference in 
case someone doubted whether the Scheme interpreter in Script-Fu is doing "the 
right thing" regarding the let* blocks.

The release notes should have made it perfectly clear as to the problem and 
its fix. Since it appears the note about Script-Fu isn't clear enough I will 
think about some changes to the information. In the meantime, Sven has pointed 
out the needed changes to the script that were referred to in the release notes.

-- 
Cheers!

Kevin.

http://www.ve3syb.ca/   |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172  |"Same thing we always do, Pinkutus:
 |  Try to assimilate the world!"
#include  |  -Pinkutus & the Borg
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Text-in-stitches on GIMP

2008-10-19 Thread Philippe D.
The biggest problem is to manage the brush orientation.
Having a brush with the same image oriented differently in each layer don't
really help.
Of course you can link the orientation with the a tablet pressure, but it's
not practical and don't help for path stroking.
For now, as far as I know, the only way would br to create 8 brush 0? 45? 90?
135? 180? 225? 270? 305? and to use them with a pen tool alternatively around
the letters :(

Inkscape is more suitable for this job
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Text-in-stitches on GIMP

2008-10-19 Thread Michael J. Hammel
On Sun, 2008-10-19 at 17:17 +, Peter Saffrey wrote:
> I'd like to duplicate the effect described in this Photoshop tutorial:
> 
> http://pshero.com/archives/text-in-stitches

> I've got as far as adding some text and turning this into a path using
> Layer->Text to path. I can then do "stroke path" with a brush of my choice.
> However, I can't work out how to adjust some of the more complex options, such
> as the direction of brushing and the distance between brush strokes, as
> described in steps 8 and 9 of the tutorial. How do I do this in the GIMP?

You'll want to create a GIMP Brush Pipe for this.  In the brush dialog,
open the Pencil Sketch brush as an image (right click on the brush icon
in the dialog to get a menu for that).  Delete all but two layers.  Make
one layer a left to right slant and the other a right to left slant
(this effectively removes the brush shape from the original brush).
Save the image as a brush pipe to your .gimp/brushes directory using
".gih" as the suffix for the filename.  A dialog will open that allows
you to configure the brush characteristics. Set the spacing to 50
percent (or whatever you feel appropriate), the number of cells to 2 and
the first entry for Ranks to 2 and Angular.  Put "Stitch" in the
Description so you can find this brush later. Save the changes and then
reload your brushes dialog.  Look for the new "Stich" entry.  Stroke
your path using this brush.

You'll have to play with the size of the brush.  You may need to make
multiple versions at different sizes to get the right effect.

I'm not positive this will be exactly what you want, but it's the
correct basic process for creating a brush that you need to perform this
effect.

Good luck.
-- 
Michael J. Hammel   
[EMAIL PROTECTED] / http://www.graphics-muse.org
--
Revenge is an integral part of forgiving and forgetting.

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


[Gimp-user] Searching GIMP user manual

2008-10-19 Thread First Last
I am a new user to GIMP, but haven't for the life of me been able to find a way 
to search the GIMP user manual or help.  I'm expecting to see a box where I can 
enter a word to search for, but can't see one and can't find an icon to produce 
one.  And since the doc comes up in a window with no Edit option, there's also 
no Windows-like find in this page option either.  Help!!!

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Text-in-stitches on GIMP

2008-10-19 Thread Tobias Jakobs
Am Sonntag, den 19.10.2008, 17:17 + schrieb Peter Saffrey:
> I'm a fairly new GIMP user. Be gentle.
> 
> I'd like to duplicate the effect described in this Photoshop tutorial:
> 
> http://pshero.com/archives/text-in-stitches
> 
I haven't looked to long into this tutorial, but I just remembered that
I had seen a similar screencast for Inkscape here:

http://screencasters.heathenx.org/episode-071/

Perhaps this helps.

Regards,
Tobias

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


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread saulgoode
Quoting [EMAIL PROTECTED]:

> I use SF-WHATEVER, I just had a  typo in the email.
> The complete script is my previous email and also attached
> to this email.

I did not realize you were trying to use that script exactly; I  
thought you used it as an example in writing your own script. That  
script is over 10 years old and written for use with a very early  
version of GIMP (GIMP is only about 11 years old). It will not work  
with more recent versions of GIMP because of changes over the past  
decade. As an example, your script uses the PDB function  
'gimp-drawable-color' which is no longer available.

> A reference script copied from /usr/share/gimp/2.0/scripts
> works perfectly; however not a single scm script does
> file operations. I suspect, that file operations simply do not
> work with scm. That what the tutorial implicates.

The tutorial you cite is more recent -- it is only about seven years  
old -- but is still too outdated to be used without compensating for  
changes that have taken place in the meantime. GIMP now employs a  
different implementation of the Scheme language interpreter, and the  
Scheme language itself has evolved over time.

File operations in scripts are typically limited to handling "image"  
files, but they are present and they do work. In fact, there haven't  
been many dramatic changes in this area over the years (the problems  
with your script have nothing to do with its file operations).

If you describe what it is you wish to accomplish, I should be glad to  
assist in writing a script. For such scripts to be effective, by their  
very nature they must be customized to match the workflow of the tasks  
being handled -- once you start making the script flexible enough to  
handle multiple situations, you end up with a workflow just as  
involved as performing the steps manually (this is why you don't see  
many "file operation" scripts being widely distributed).



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


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread Sven Neumann
Hi,

On Sun, 2008-10-19 at 18:45 +0200, [EMAIL PROTECTED] wrote:

> I test by copying the script into /home/en/.gimp-2.2/scripts,
> and then do  a refresh from gimp/Xtns menu.

Does this mean that you are using GIMP 2.2? This is long outdated. In
the meantime the Script-Fu interpreter has been completely replaced.

> I suspect, that file operations simply do not
> work with scm. That what the tutorial implicates.

The tutorial is probably about as outdated as your copy of GIMP. File
operations do work fine. At least with a recent copy of GIMP. Please do
not waste our time and update at least to GIMP 2.4. We can't give any
support for older versions.


Sven


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


[Gimp-user] Text-in-stitches on GIMP

2008-10-19 Thread Peter Saffrey
I'm a fairly new GIMP user. Be gentle.

I'd like to duplicate the effect described in this Photoshop tutorial:

http://pshero.com/archives/text-in-stitches

The critical part of this is selecting a path from text and using a custom brush
to draw along this path. Once I've got this working, I can fiddle around with
the background and brush type to make it look pretty.

I've got as far as adding some text and turning this into a path using
Layer->Text to path. I can then do "stroke path" with a brush of my choice.
However, I can't work out how to adjust some of the more complex options, such
as the direction of brushing and the distance between brush strokes, as
described in steps 8 and 9 of the tutorial. How do I do this in the GIMP?

If I'm successful, I guess I'll write this up in a blog post.

Peter



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


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread eleonora46
Hello,

I use SF-WHATEVER, I just had a  typo in the email.
The complete script is my previous email and also attached
to this email.

I test by copying the script into /home/en/.gimp-2.2/scripts,
and then do  a refresh from gimp/Xtns menu.

A reference script copied from /usr/share/gimp/2.0/scripts
works perfectly; however not a single scm script does 
file operations. I suspect, that file operations simply do not
work with scm. That what the tutorial implicates.

-eleonora

> 
> > With SF_STRING or SF_FILENAME  the error remains the same.
> >  Error: unbound variable (errobj /tmp/x.gif)
> 
> Use SF-STRING or SF-FILENAME, not SF_STRING, SF_FILENAME.
> 
> If that does not fix your problem then post your script; it is  
> difficult to find bugs when only fragments of code are provided.
> 
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

-- 
GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion!
http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169196
; The GIMP -- an image manipulation program
; Copyright (C) 1995 Spencer Kimball and Peter Mattis
;
; Glogo Simple --- save as simple as possible an image as Linux Boot Logo
; Based on Jens Ch. Restmeiers' glogo plug-in
; Copyright (C) 1998 Clifford Wolf
; [EMAIL PROTECTED]
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) any later version.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program; if not, write to the Free Software
; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

(define (script-fu-glogo-simple2 srcimg dummy filename)
	(let*
		(
			(img2   (car (gimp-channel-ops-duplicate srcimg)))
			(img16  (car (gimp-channel-ops-duplicate srcimg)))
			(img224 (car (gimp-channel-ops-duplicate srcimg)))
			(drawa  (car (gimp-image-active-drawable srcimg)))
			(drcol  (car (gimp-drawable-color drawa)))
		)
		;
		; Set names to the images (debug-info)
		;
		(gimp-image-set-filename img2   "glogo-bw")
		(gimp-image-set-filename img16  "glogo-16")
		(gimp-image-set-filename img224 "glogo-224")
		;
		; Resize (i.e. scale) them all
		;
		(gimp-image-scale img2   80 80)
		(gimp-image-scale img16  80 80)
		(gimp-image-scale img224 80 80)
		;
		; Convert them to RGB if they are not
		;
		(if (= drcol 0)
			(begin
(gimp-convert-rgb img2)
(gimp-convert-rgb img16)
(gimp-convert-rgb img224)
			)
		)
		;
		; Flatten it
		;
		(gimp-image-flatten img2)
		(gimp-image-flatten img16)
		(gimp-image-flatten img224)
		;
		; Now change the palletes
		;
		(gimp-convert-indexed-palette img2   1 3 0   "")
		(gimp-convert-indexed-palette img16  1 0 16  "")
		(gimp-convert-indexed-palette img224 1 0 224 "")
		;
		; Save it as gifs (not needed anymore)
		;
;		(file-gif-save 1 img2   (car (gimp-image-active-drawable img2))
;		"/tmp/x-2.gif"   "/tmp/x-2.gif"   0 0 0 0)
;		(file-gif-save 1 img16  (car (gimp-image-active-drawable img16))
;		"/tmp/x-16.gif"  "/tmp/x-16.gif"  0 0 0 0)
;		(file-gif-save 1 img224 (car (gimp-image-active-drawable img224))
;		"/tmp/x-224.gif" "/tmp/x-224.gif" 0 0 0 0)
		;
		; Save it as linux boot logo
		;
;		(gimp-message (string-append "Debug-Info: img2=" (number->string img2 10)
;		 " img16=" (number->string img16 10)
;		 " img224=" (number->string img224 10)))
		(extension-linux-logo 1 filename
		  (car (gimp-image-active-drawable img2))
		  (car (gimp-image-active-drawable img16))
		  (car (gimp-image-active-drawable img224)) )
		;
		; Free the images
		;
		(gimp-image-delete img2)
		(gimp-image-delete img16)
		(gimp-image-delete img224)
	)
)

(script-fu-register "script-fu-glogo-simple2"
	"/Script-Fu/Save as Linux Boot Logo2"
	"Saves any given image as Linux Boot Logo2"
	"Clifford Wolf"
	"Clifford Wolf"
	"Aug 1998"
	""
	SF-IMAGE "Image to Glogo Simple" 0
	SF-DRAWABLE "Drawable to Glogo Simple" 0
	SF-VALUE "File Name" "/tmp/x.gif"
)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread saulgoode
Quoting [EMAIL PROTECTED]:

> With SF_STRING or SF_FILENAME  the error remains the same.
>  Error: unbound variable (errobj /tmp/x.gif)

Use SF-STRING or SF-FILENAME, not SF_STRING, SF_FILENAME.

If that does not fix your problem then post your script; it is  
difficult to find bugs when only fragments of code are provided.

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


Re: [Gimp-user] Gimp-user Digest, Vol 73, Issue 35

2008-10-19 Thread Niels Giesen
> --
>
> Message: 6
> Date: Sat, 18 Oct 2008 18:19:55 -0400
> From: Alec Burgess <[EMAIL PROTECTED]>
> Subject: [Gimp-user] script-fu-save-anim-layers
> To: Gimp-user@lists.XCF.Berkeley.EDU
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Script:
> http://flashingtwelve.brickfilms.com/GIMP/Scripts/save-anim-layers.scm
> (apparently by Saul Goode 3/11/2008)
>
> This script was mentioned in bugzilla:
> Bug 556548 ? Layer extraction script
> http://bugzilla.gnome.org/show_bug.cgi?id=556548
>
> Attempts to execute it result in:
>
> Error while executing script-fu-save-anim-layers:
> Error: Bad syntax of binding spec in let* : ((image) (buffer))
>
> I think this is due to changes in script-fu (?) but don't know enough
> about script-fu to correct it. Could someone help?

Indeed, this is due to a change in script-fu: let-variables have to
have an initial value nowadays.
Apparently, this has been fixed in the meantime in the script pointed
to by the URL, as it works now, and reads:

(let* ((image 0)
   (buffer ""))

>
> Also ... in the script comments, its not clear which directory/folder
> the files will be created?

Looks like it leaves it to GIMP to decide. From experience, this is
the directory GIMP was started from, probably your $HOME directory
when started from a window manager.



-- 
http://niels.kicks-ass.org
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread Sven Neumann
Hi,

On Sun, 2008-10-19 at 09:26 +0200, [EMAIL PROTECTED] wrote:
> With SF_STRING or SF_FILENAME  the error remains the same.
>  Error: unbound variable (errobj /tmp/x.gif)

How do you run the script?


Sven


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


Re: [Gimp-user] script-fu-save-anim-layers

2008-10-19 Thread Sven Neumann
Hi,

On Sat, 2008-10-18 at 21:46 -0400, Alec Burgess wrote:

> > This is explained in the release notes for GIMP 2.6:
> > http://gimp.org/release-notes/gimp-2.6.html
> 
> Thanks ... I think :-) found the example and perused the linked PDF
> (section 4.2.2. Binding constructs) with out much if any
> understanding.
> 
> I changed:
> (define (save-layer orig-image layer name)
> (let* (
> (image)
> (buffer)
> )
> 
> to:
> (define (save-layer orig-image layer name)
> (let* (
> (this-is-correct 0)
> (image)
> (buffer)
> )

The proper fix would have been to use:

(let* (
 (image -1)
 (buffer -1)
 )
 
The point is the variables need to be initialized on definition. I have
chosen to initialize them to -1 in this example as that is the value
that is used for an invalid image or buffer ID in GIMP.


Sven


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


Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread eleonora46
With SF_STRING or SF_FILENAME  the error remains the same.
 Error: unbound variable (errobj /tmp/x.gif)

-eleonora
 Original-Nachricht 
> Datum: Sat, 18 Oct 2008 23:59:35 +0200
> Von: Sven Neumann <[EMAIL PROTECTED]>
> An: [EMAIL PROTECTED]
> CC: gimp-user@lists.XCF.Berkeley.EDU
> Betreff: Re: [Gimp-user] export and save as gif dialogs

> Hi,
> 
> On Sat, 2008-10-18 at 23:49 +0200, [EMAIL PROTECTED] wrote:
> 
> > SF-VALUE "File Name" "/tmp/x.gif"
> > )
> > 
> > (In the script file-gif-save is commented out, 
> > it fails at refresh, if not commented out)
> > 
> > However when I run this script I get following error message:
> > Script-Fu error when executing (script-fu-glogo-simple2 35 219
> /tmp/x.gif
> > Error: unbound variable (errobj /tmp/x.gif)
> 
> Try to change the script to use SF-STRING, or better yet, SF-FILENAME
> instead of SF-VALUE for the filename parameter.
> 
> 
> Sven
> 

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user