[Gimp-user] gimp 2.0.4

2004-08-22 Thread Alf C Stockton
On my Slackware 9.1+ system with kernel 2.4.26 I have just upgraded to Gimp
2.0.4 and have the following issue.
1) Unless I am being stupid this later version of Gimp seems to have made all
the tutorials resident at www.gimp.org/tutorials redundant. I do not know enough
about the new environment to repair this else I would volunteer.
2) Text tool in the new gimp does not give me the option to select fonts or
text size or colour. Again please tell me what I have missed?
---
Regards,
Alf Stocktonwww.stockton.co.za
All theoretical chemistry is really physics;
and all theoretical chemists know it.
-- Richard P. Feynman
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp 2.0.4

2004-08-22 Thread Tom Williams
Alf C Stockton wrote:
2) Text tool in the new gimp does not give me the option to select 
fonts or
text size or colour. Again please tell me what I have missed?
I'm also running Gimp 2.0.4 on Slackware (Slack 8) and the new text tool 
DOES allow you to select fonts and text size and color.

Take a look at this screenshot:
http://gimp.org/screenshots/linux_screenshot2.png
Below the toolbox we're all used to, you'll see the settings for the 
text tool, since the text tool is selected in the toolbox. Alternativ 
for Text is the the title of this area in the screenshot.

The Typsnitt field in the screenshot is for choosing the desired 
font.  In English, that would read Font.

The Storlek field in the screenshot is for choosing the desired font 
size.  In English, that would read Size.

The Farg field in the screenshot is for choosing the desired font 
color.  In English, that would read Color.

And so on  SO, when if you see the text tool settings tab/dialog 
appear similar to the screenshot above when you choose the text tool, 
then you should be able to do everything you want there.   I've changed 
my Gimp installation to have the options tabs for the tools appear in 
the same dialog as the layers tab, which is in a separate dialog.

Peace...
Tom
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp 2.0.4

2004-08-22 Thread Sven Neumann
Hi,

Alf C Stockton [EMAIL PROTECTED] writes:

 1) Unless I am being stupid this later version of Gimp seems to have
 made all the tutorials resident at www.gimp.org/tutorials
 redundant. I do not know enough about the new environment to repair
 this else I would volunteer.

I don't think the tutorials are redundant. A lot of them have already
been updated for GIMP 2.0, some of them still need to be changed. If
you want to help, the web-page is in CVS (module gimp-web) and there's
a mailing-list (gimp-web) that you could subscribe to and offer your
help.

 2) Text tool in the new gimp does not give me the option to select
 fonts or text size or colour. Again please tell me what I have
 missed?

You missed the tool options.


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Redeye remover install on Gimp 2.0.4

2004-08-22 Thread Alf C Stockton
I have downloaded redeye.c: redeye remover plugin code but cannot find how to 
install it on Gimp 2.0.4. Please help.

---
Regards,
Alf Stocktonwww.stockton.co.za
Predestination was doomed from the start.
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Working on multiple files

2004-08-22 Thread khiraly
Hi!

What is the simplest way, to do the following day to day job?:
Open 20-40 files at 2592x1944 resolution, and rescal to 1024*768 and
save in .jpg with specific options(progressiv, floating, etc). But all
the image with the same option.

The history: 
My camera(Canon ps G5) save 3 time bigger .jpg as Gimp.
So the rescaling from software(Gimp) work better, as the algorithm in my
camera (hardware way).

The other job:
My friend have made a website using photoshop. And for my advice she
have saved as .png.
But in IE does not show correctly (the colour not the same)
And the result is ugly. The paintShop pro have too a fault. Just Gimp
save the .png what IE can display correct.
So the job is the following:
Open 54 .png images and do the following:
File-save
Manually is really slow.

It would be good to have an option, for the operations:
1. Apply only for the layer
2. Apply only for the current image
3. Apply for all opened images (!)

Or is it implented? Just I cant find it?

Really appreciate any help, 
 Khiraly




signature.asc
Description: Ez az =?ISO-8859-1?Q?=FCzenetr=E9sz?=	=?ISO-8859-1?Q?_digit=E1lis?= =?ISO-8859-1?Q?_al=E1=EDr=E1ssal?= van	=?ISO-8859-1?Q?ell=E1tva?=


Re: [Gimp-user] Working on multiple files

2004-08-22 Thread Geoffrey
khiraly wrote:
Hi!
What is the simplest way, to do the following day to day job?:
Open 20-40 files at 2592x1944 resolution, and rescal to 1024*768 and
save in .jpg with specific options(progressiv, floating, etc). But all
the image with the same option.
The history: 
My camera(Canon ps G5) save 3 time bigger .jpg as Gimp.
So the rescaling from software(Gimp) work better, as the algorithm in my
camera (hardware way).
Imagemagik is your friend, something like:
Place all the files in the same directory, cd to that directory and:
for fn in *; do
convert -geom 1024x768 $fn new-${fn}
done
Check the man page for imagemagik and convert to see how to add the 
other touches you want (specific options).

The other job:
My friend have made a website using photoshop. And for my advice she
have saved as .png.
But in IE does not show correctly (the colour not the same)
And the result is ugly. The paintShop pro have too a fault. Just Gimp
save the .png what IE can display correct.
So the job is the following:
Open 54 .png images and do the following:
File-save
Manually is really slow.
You should likely be able to do this with imagemagik as well, but I'm 
not sure what the problem is, or whether you'll see any difference.

--
Until later, Geoffrey   Registered Linux User #108567
ATT Certified UNIX System Programmer - 1995
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user