Another thread I can't categorise.
― N. (nickdastoor), Tuesday, 11 February 2003 12:12 (twenty-three years ago)
― Douglas (Douglas), Tuesday, 11 February 2003 12:26 (twenty-three years ago)
The full range of colours that can be produced from any given colour model is known as the gamut. Gamut is a great word.
― Simeon (Simeon), Tuesday, 11 February 2003 13:25 (twenty-three years ago)
But anyway, basically RGB is additive colour, 100%RED+100%GREEN+100%BLUE = WHITE, this system is primarily used in televisions and monitors. You also have the printing system CMYK, which is subtractive colour 100%CYAN+100%MAGENTA+100%YELLOW+100%BLACK = Big horrible dark, wet sheet of paper in danger of ripping. You can create black quite succesfully using just CMY, but K (for keyline or blac'K') is used so you don't get text looking blurry because the different 'plates' are out of register during the printing process.
Pantone is a system to ensure a correct colour match over a variety of different printing processes and/or paper-types. This colour match is either done by using CMYK, or by mixing an exact colour together and having a separate plate just for this 'spot' colour.
See, you didn't want to know.
― Chewshabadoo (Chewshabadoo), Tuesday, 11 February 2003 13:32 (twenty-three years ago)
― Chewshabadoo (Chewshabadoo), Tuesday, 11 February 2003 13:33 (twenty-three years ago)
The first printed images were 1 colour engravings, these are like 1bit computer files. The ink is there or not, it's black or white with no shades of grey.Photographic images are reproduced on paper by printing dots of varying sizes to give the illusion of continous tone when viewed from a distance.When done with 4 or more ink colours you can reproduce the illusion of a photographic image on paper.
― Simeon (Simeon), Tuesday, 11 February 2003 13:35 (twenty-three years ago)
Another tip: when using CMYK colours, always resist using more than two colours i.e. everything should be composed of just two plates e.g. 60% Cyan 40% Yellow 0% Magenta 0% Black - using lots of Cyan, Yellow and Magenta together can often mess things up.
― stevem (blueski), Tuesday, 11 February 2003 13:37 (twenty-three years ago)
Modern fangled computers can store 24-bits (or more) per channel giving you 256x256x256= 16m colours available to you onscreen.
― Simeon (Simeon), Tuesday, 11 February 2003 13:53 (twenty-three years ago)
― N. (nickdastoor), Tuesday, 11 February 2003 13:57 (twenty-three years ago)
http://www.webdesignclinic.com/ezine/v1i1/color/index.html
have also started using hsb (hue, saturation, brightness) colour model when coding recently - makes it very easy to get a nice, random range of complimentary colours for things like screensavers and dhtml recreations of channel 4 interval clips. it's just another way of specifying a colour, just like polar and cartesian co-ords are two different ways of positioning a point in space.
http://www.cecs.csulb.edu/~jewett/colors/hsb.html
andy
― koogs, Tuesday, 11 February 2003 14:03 (twenty-three years ago)
Just search for "colour theory" you idle boy!
― Simeon (Simeon), Tuesday, 11 February 2003 14:13 (twenty-three years ago)
― Ed (dali), Tuesday, 11 February 2003 14:50 (twenty-three years ago)
― MarkH (MarkH), Tuesday, 11 February 2003 15:09 (twenty-three years ago)
Compression can be lossy or non-lossy. Gif is a lossy format as it throws away colour information to reduce the filesize.Jpg's are lossy as they use a fractal algorithm to find similar groups of pixels and repeats these groups to reassemble an aproximation of the original image.Tif's can be losslessly compressed using a flavour of RLE called LZW. This looks at a lines of similar pixels and replaces them with a shorter instruction for reproducing the original structure. EG 1,1,1,1,1,1,1,1 would become 8-1's
PNG files can do alll of the above, but no one uses this format.
― Simeon (Simeon), Tuesday, 11 February 2003 15:25 (twenty-three years ago)
― stevem (blueski), Tuesday, 11 February 2003 15:31 (twenty-three years ago)
― Sean (Sean), Tuesday, 11 February 2003 15:55 (twenty-three years ago)
― Ned Raggett (Ned), Tuesday, 11 February 2003 16:15 (twenty-three years ago)
― N. (nickdastoor), Tuesday, 11 February 2003 16:26 (twenty-three years ago)
― Lara (Lara), Tuesday, 11 February 2003 16:30 (twenty-three years ago)
― Simeon (Simeon), Tuesday, 11 February 2003 16:51 (twenty-three years ago)
― Simeon (Simeon), Tuesday, 11 February 2003 16:53 (twenty-three years ago)
isn't quite right. gif will hold an image (up to 256 colours) without loss - you threw the colour information away whilst doing the "mode>indexed colour" transformation.
> Indexing scans through the image and chooses the 256 colours that occur most frequently in the image giving the image an 8-bit colour look up table (CLUT) reducing your original 24bit image to a tiny 8bit file.
also not quite right. the 256 colours it chooses don't necessarily have to be in the original image. in photoshop it allows you to pick 'adaptive', 'exact', 'web', 'custom' and a couple of other options. adaptive will pick the best 256 regardless of whether they are currently in the image, 'exact' is used when the original image has less than 256 colours in it, 'web' will pick from a palette of websafe colours, 'custom' lets you choose the palette of colours that it'll remap to. the actual remapping of the colourspace to the new palette is done either by picking the new colour closest to the original colour or some kind of dithering.
um, an example of dithering: you have a greyish image but the new palette only has black and white in it. so the resulting image has that black and white checkerboard effect to it so it looks grey from a distance.
oh, and jpegs don't use a fractal algorithm but a discrete cosine transform to get rid of information that isn't useful...
― koogs, Tuesday, 11 February 2003 16:54 (twenty-three years ago)
― Lara (Lara), Tuesday, 11 February 2003 16:54 (twenty-three years ago)
― Ed (dali), Tuesday, 11 February 2003 16:59 (twenty-three years ago)
HAHAHAHAHAHAHAHAHAHAHAHAHA
― Alan (Alan), Tuesday, 11 February 2003 17:10 (twenty-three years ago)
Synaesthesia is a condition where sufferers can percieve sounds as colours (and other mixed senses - smelling colours etc) I read about this when I was v.young and always thought it would be cool to try.
Oh and AlanT to thread!
― Simeon (Simeon), Tuesday, 11 February 2003 17:15 (twenty-three years ago)
http://www.prism.to/glossary.htm
― Alan (Alan), Tuesday, 11 February 2003 17:17 (twenty-three years ago)
― N. (nickdastoor), Tuesday, 11 February 2003 17:18 (twenty-three years ago)
http://www.ekdahl.org/kurs/bilder/faq_gamut.jpg
― Alan (Alan), Tuesday, 11 February 2003 17:28 (twenty-three years ago)
― Chewshabadoo (Chewshabadoo), Tuesday, 11 February 2003 20:06 (twenty-three years ago)
― stevem (blueski), Tuesday, 11 February 2003 20:14 (twenty-three years ago)
https://www.youtube.com/watch?v=TvHL0AVHMX4
― Maresn3st, Thursday, 11 December 2025 10:11 (six months ago)
thought this revive would be about their racist colour of the year.
― ledge, Thursday, 11 December 2025 10:26 (six months ago)
Pantone 88
― assert (matttkkkk), Thursday, 11 December 2025 10:46 (six months ago)