Re: [Gimp-developer] Thoughts on CMYK, and getting it without implementing it.

2001-11-28 Thread Jens Ch. Restemeier

pcg@goof.com ( Marc) (A.) (Lehmann ) wrote:
 
 On Tue, Nov 27, 2001 at 05:51:14PM +, Jens Ch. Restemeier 
[EMAIL PROTECTED] wrote:
  2. Associate sRGB or any other colourspace with the saved data in
 tiff/eps.  It doesn't matter wether it's true or not, just give
 programs something to depend on.
 
  Well, actually this would be true. sRGB is defined using the phosphors
  standartised for HDTV and used for monitors.
 
 Ehrm. Each and every monitor phosphor is different. lighting is
 different. Contrast settings are different

Okay, let's write this in other words: sRGB is based on ITU-R BT.709
primaries which are for example standartised for HDTV and should be
reasonably close to most computer monitors, too.
And if you don't adjust your monitor for your lighting conditions you
can't expect any colourmanagement to work.

My point is/was, if you tag your graphics as sRGB you are as right as
you can get without doing real colourmanagement (i.e. translating from
your screen into a specific coloursystem).

Reading material:
http://www.inforamp.net/~poynton/ColorFAQ.html
http://casa.colorado.edu/~ajsh/colour/rainbow.html
http://www.srgb.com/

  And as gimp does no colour management except for a gamma correction on
  display we can ass assume that the image is in sRGB colourspace.
 
 We can't ;)

I know. 

Jens

P.S.: I CC'ed this back to the list.
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] Thoughts on CMYK, and getting it without implementing it.

2001-11-27 Thread Jens Ch. Restemeier

Hi,

2. Associate sRGB or any other colourspace with the saved data in
   tiff/eps.  It doesn't matter wether it's true or not, just give
   programs something to depend on.

Well, actually this would be true. sRGB is defined using the phosphors
standartised for HDTV and used for monitors. And as gimp does no colour
management except for a gamma correction on display we can ass assume
that the image is in sRGB colourspace.
(Well, sRGB is the implied colourspace on Windows(TM) if you don't set
enything specific.)

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



Re: [Gimp-developer] Solaris 64bit compile

2001-08-27 Thread Jens Ch. Restemeier

Hi,

 My question is, am I expecting too much from 64 bit?  Does the C
 code actually have to change to get the benefit from 64 bit?  Is this

Sorry, youre expecting too much for an application like The GIMP to
benefit from 64 bit. I'd say look for pure CPU speed and memory
bandwidth, or SIMD/vector instructions if the code is optimized for it.
64 bit gives most for applications that handle giant amounts of data or
very high precision.

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