Wikipedia 10K Redux by Reagle from Starling archive. Bugs abound!!!
<-- Previous | Newer --> | Current: 983855242 WillWilkinson at Tue, 06 Mar 2001 05:07:22 +0000.
Although there's still some argument about whether computers should have anything to do with Art (with the capital "A"), there's a lot less of it now than there ever has been. However, the argument has died down a lot with the avalanche of sheer _content_ from Hollywood and Uncle Joe's basement. This wasn't always the case. In the beginning serious people asked serious questions like "can computers appreciate beauty?" and the like. The emerging answer seems to be that it makes a great paintbrush. A paintbrush makes no commentary about the quality of the work, but in the hands of a master can demonstrate the subtlest shadings and evoke the strongest emotions. The computer is a tool, and a liberating one. Your standard paintbrush also doesn't have an undo. The first people to use a computer to generate images generally weren't interested in artistic effect. They just wanted something easier to interpret than a printout full of numbers or stacks of punch cards. In fact the, the first radiosity rendering (radiosity is a special technique that computes the "energy" of light in a given scene) was not actually rendered by computer. A computer calculated a set of grey values for the surfaces of objects in a scene and a human artist cut and ironed special paper together to create the scene based on the computer's calculations. [MASSON 389] Now, thanks to the motion picture and advertising industries, computer generated imagery (CGI) is usually used to augment reality (as in adding dinosaurs) or to extol the advantages of a particular product. Any artistic merit in these is due to the hard work and late nights of the animators and production crew, and usually only tolerated by management as long as it doesn't get in the way of pushing the product. [That sounds a bit biased, which may not be proper for an encyclopedia, even an "informal" one... Been in too long, I guess.] However, thanks to an influx of cheap tools for cheap personal computers art may have its chance again. Compared to the price of oils and easel and canvases, a PC and the occasional trip to the copy shop looks almost thrifty. And just like the paintbrush, the computer won't make snarky remarks about the quality of your work. So, discarding your paintbrush (undo button still infuriatingly absent), you want to perpetrate Art (note initial capital) with the help of a computer. What's it all about then? [Note: shouldn't read Register while typing.] Right now, there are two main paradigms in computer generated imagery. The simplest is 2D and directly maps to how you might draw an image on a piece of paper with a pencil. In this case, however, the image is on the computer screen and the instrument you draw with might be a tablet stylus or a mouse, but the marks it makes will seem to be from a pencil or pen or paintbrush. The second kind is 3D, where the screen becomes a window into a virtual environment, where you arrange objects to be "photographed" by the computer. Of course the image generated is 2D, so you can always take it into your paint program for additions, much in the same way the Weekly World Inquirer Magazine inserted the space aliens in the coffee bar. If you look closely at your computer monitor, you'll see that the pictures and words are made up out of tiny dots. Each of these dots is under the control of your computer's display circuitry (except for the dots on the screen from opening your cola too close to the monitor). To generate the pictures and windows and boxes and words you see, it shuffles the data that describes these dots round and round as needed. The data behind the dots are called "pixels". Supposedly, this stands for "PIXture ELements." I think somebody just wanted to have an "x" in the middle of the word to sound futuristic. To demonstrate - here's the letter "J": J Look at it up close... Take a magnifying glass to it if you like -- you won't get fried, although you may see some chromatic aberration at the edges of the magnifier. Check out the Physics entries of this or other encyclopedias. You see a "J", the computer sees something more like this: 00001
00001
00001
00001
10001
01110
Where you see a zero, the computer instructs it's video hardware to paint the current background colour. A one calls for the current foreground colour. Yes, it is actually a bit more complicated, but it all basically boils down to one bit or the other making a distinction between the colours of adjacent pixels, which together form an image. This is the basic principle behind drawing on a computer. If we add a little more complexity, we can paint on it too... The average human is said to be able to see and appreciate the difference between millions of colours. This varies, of course, by individual and environmental conditions and the kind of colours being viewed. However, for the sake of convenience, lets say millions. When computer programmers had to confront the problem, they said (for the sake of an even greater convenience), how about sixteen million? This happens to be a very easy number to deal with on a computer. Most current computers are 32 bit processors. This means they can easily deal with numbers up to about four billion. They do this by representing each individual number as patterns of zero's and ones... Kind of like the example above. [Explain (briefly) about RGB and mapping to bytes in word.] [Discuss painting.] [Image manipulation.] [3D rendering.] [Compositing.] [Animation.] [Output.] [But is it art?] [The future.] MASSON - CG101, Terrence Masson, 1999, New Riders Publishing.