Re: [Gimp-user] sRGB

2004-11-19 Thread Sven Neumann
Hi,

Richard [EMAIL PROTECTED] writes:

 How does one tell Gimp, to use sRGB color profile?
 when displaying images. ( gimp 2.0 )

The display routine assumes that the sRGB colorspace is being used. If
you want to use other color profiles for display, you can do so using
the Proof filter found in View-Display Filters. Yes, this is all
quite preliminary. Better color management support is scheduled for
GIMP 2.4.


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


Re: [Gimp-user] coloured clouds, how to?

2004-11-19 Thread Dave Neary

Hi,

Quoting Alan Horkan [EMAIL PROTECTED]:
 I'm using Filters, Render, Clouds, Solid Noise to generate the clouds.
 Unfortunately that only generates black and white clouds whereas the other
 software generates clouds using the current background and foreground
 colours.  Is there a way to do this that just have not discovered or do I
 have to colour the clouds afterwards?

You have to colour them afterwards, as far as I know.

 I'm getting some adequate results using 'Layers, Colours, Colourize' but I
 was hoping some one might be able to recommend alternative or better
 approaches.

Map to gradient (Filters-Colors-Map-Gradient Map) should give you the result
you're looking for with the default BG - FG gradient.

Or you could try the Misc tab of the colormap rotation filter
(Filters-Colors-Map-Colormap rotation) and select a big swarth of grey
values (changing the What is grey? value) and map them to the FG color (or
whatever color you want).

Cheers,
Dave.

--
Dave Neary
Lyon, France
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] sRGB

2004-11-19 Thread Richard
The reason for asking, is the fact, after spending 4 days on a photo,
to get it just right, then go down to my local CVS or Wal-Greens,
to have them print digital photo's.
My 5x7 color was off, to dark and too vivid,
and when setting image size to 6.67 x 5, they in turn
in large image.
So, now I am wondering, I could have color matching,
from my camera, and monitor... but when going to other places,
for printing... not going to get the 1:1
Richard
Sven Neumann wrote:
Hi,
Richard [EMAIL PROTECTED] writes:
 

How does one tell Gimp, to use sRGB color profile?
when displaying images. ( gimp 2.0 )
   

The display routine assumes that the sRGB colorspace is being used. If
you want to use other color profiles for display, you can do so using
the Proof filter found in View-Display Filters. Yes, this is all
quite preliminary. Better color management support is scheduled for
GIMP 2.4.
Sven
 

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


[Gimp-user] circles and circumferences... again

2004-11-19 Thread waju
hi:

i was looking for an easy way to draw circumferences, or any script, but
i didnt find anything.

this is what i have: i have a picture (.png format), to which i want to
draw a circumference around of it. before draw circumference, surely i
will have to move, resize, change colour and modify it, so i need a
versatile shape. is out there any way to do this easily? is there any
script to help me? is there any script to draw common shapes easily?
what about it in next version ;) ?

i'm using gimp 2.0 with gentoo GNU linux.

regards

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


Re: [Gimp-user] circles and circumferences... again

2004-11-19 Thread Joao S. O. Bueno Calligaris
Hi.

There is an easy way to draw circles and basic shapes. It just is not 
aparent by trial and error - the tips of the day could point you 
there.

Just create a circular selection (by holding shift after you start a 
selection wirth the eliptical selection tool), and them go to
edit-stroke selection

What do you mean with  a versatile shape? 
Maybe you will prefer to work with a vector instead - draw the 
circular selectiona s above, them, open the paths dialog, convert 
it to a path - you can them deform it, and when you want, go to 
edit-stroke path.


On Friday 19 November 2004 17:45, waju wrote:
 hi:

 i was looking for an easy way to draw circumferences, or any
 script, but i didnt find anything.

 this is what i have: i have a picture (.png format), to which i
 want to draw a circumference around of it. before draw
 circumference, surely i will have to move, resize, change colour
 and modify it, so i need a versatile shape. is out there any way
 to do this easily? is there any script to help me? is there any
 script to draw common shapes easily? what about it in next version
 ;) ?

 i'm using gimp 2.0 with gentoo GNU linux.

 regards

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


[Gimp-user] Editing g4 tiffs

2004-11-19 Thread Chris Gregan
Hello,
I am trying to edit g4 compressed tiffs, and have run into some 
difficulty. When I open a tiff Gimp alerts unknown field with tag 32934 
(0x80a6) encountered. However, the tiff does open. After editing I 
attempt to save back to the tiff. The following errors are displayed; 
Failed a scanline write on row 0, and Bits/sample must be 1 for group 
3/4 encoding/decoding. I have tried to decompress using libtiff tools 
first, then edit and save back as an uncompressed tiff, finally 
converting to g4 using libtiff tools, but encounter the same errors in 
tiffcp. I'm hoping there is a setting in Gimp that will allow me to edit 
g4 and save as g4 without libtiff tools or errors. Is there?

--
Our nation may be bitterly divided, but at least our government can agree on being 
ultra-conservative. - The Onion
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Editing g4 tiffs

2004-11-19 Thread Kevin Myers
Unfortunately the GIMP doesn't support writing out 1 bit TIFF images.  My
own solution is to use Save As, choose uncompressed or some other
compression scheme that supports grayscale TIFF images, then use another
application to convert back to 1 bit and apply the G4 compression.  Ugly?
You bet.  Unfortunately, there doesn't seem to be a lot of interest among
most of the GIMP developers for supporting single bit depth images.  Most of
them are more interested in typical graphics art type images that require
at least 8 bits per pixel.  One of these days, some of us who need to work
with one bit images are going to have to bite the bullet and jump in with
both feet to contribute to the development effort and address this
restriction.

s/KAM


 I am trying to edit g4 compressed tiffs, and have run into some
 difficulty. When I open a tiff Gimp alerts unknown field with tag 32934
 (0x80a6) encountered. However, the tiff does open. After editing I
 attempt to save back to the tiff. The following errors are displayed;
 Failed a scanline write on row 0, and Bits/sample must be 1 for group
 3/4 encoding/decoding. I have tried to decompress using libtiff tools
 first, then edit and save back as an uncompressed tiff, finally
 converting to g4 using libtiff tools, but encounter the same errors in
 tiffcp. I'm hoping there is a setting in Gimp that will allow me to edit
 g4 and save as g4 without libtiff tools or errors. Is there?


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


Re: Re: [Gimp-user] circles and circumferences... again

2004-11-19 Thread waju
hi:

thank your for your answer, Joao.

i have advanced a little. i have done this:

i have created a new layer, so when i move the selection, my picture
isn't affected.

i have created the circumference, with shift + cirled selection button.
i go to dialogs  paths  selection to path (button).

then i can move the circumference, but when i finish moving it, the
circumference disappears. before moving, i can stroke it. after moving,
i can't.

i am really newbie in gimp. surely i am doing something wrong. do you
have any idea?

thank you.

when i said versatile shapes i meant say a manageable shape.

On Fri, 2004-11-19 at 17:27 -0200, Joao S. O. Bueno Calligaris wrote:
 Hi.
 
 There is an easy way to draw circles and basic shapes. It just is not 
 aparent by trial and error - the tips of the day could point you 
 there.
 
 Just create a circular selection (by holding shift after you start a 
 selection wirth the eliptical selection tool), and them go to
 edit-stroke selection
 
 What do you mean with  a versatile shape? 
 Maybe you will prefer to work with a vector instead - draw the 
 circular selectiona s above, them, open the paths dialog, convert 
 it to a path - you can them deform it, and when you want, go to 
 edit-stroke path.


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