[Gimp-docs] FW: technical question
Sven Neumann
sven at gimp.org
Wed Aug 23 22:58:11 PDT 2006
Hi,
On Wed, 2006-08-23 at 20:15 -0400, Sally C. Barry wrote:
> By the way, do you know if the "True Color" that is used in Gimp is
> the same thing that is meant by "TrueColor" in the X Window System?
I don't think we use the term True Color in GIMP. But GIMP's RGB mode is
8bit per color channel, which makes 24 or 32 bits per pixel depending on
whether you have an alpha channel or not. That makes up for about 16.7
million colors.
> I'm imagining that is just a shorthand way of saying that the image
> is in color, where the colors are specified with 24 bit hex values.
No, the colors aren't specified with 24 bit hex values. Hexadecimal
notation is one way that humans use to specify colors. Computers only
know 0 and 1, and they need 24 of those to store an RGB color.
Sven
More information about the Gimp-docs
mailing list