|
|
Many of these original backgrounds were created with the aid of filters produced from Filter Factory. It's a tiny little plug-in, add-on that comes with Adobe Photoshop (which some have said is no longer even supported by Adobe in its latest Photoshop 7 release). However, the filters produced with it, and the little Filter Factory itself, will also run with other programs - such as Paint Shop Pro 4.12, which I use (with the restriction that in PSP, one of the channels used by Photoshop, the alpha or transparency channel, is ignored). What these filters do is move pictures around, even rolling around or wrapping from one side of the screen to the other. They can be used to sharpen or soften images, swirl them and rotate them around in all sorts of strange ways, break them up and superimpose 'weave' patterns, mirror or reflect them in different ways, and so on in a variety of often striking and useful effects. (At the bottom, you will find some links to various of these filters that others have already programmed and have made available.)
This Filter Factory editor is presented to the designer as
a dialog box, with 8 sliders
for controlling things (most of which are typically not used),
and 4 large boxes for typing in the filter commands, for each channel
(only three boxes in PSP, since it ignores the 4th channel).
The first three channels are simply the Red, Green and Blue values (0 to 255) of any dot in the image. The fourth is a transparency value for the dot. What you do is copy or type in a single line of commands and math operations, very cryptic, beginning with channel 0 (the Red channel) and then down to Green and Blue, as seen in the picture above. Each of these expressions, or command lines, returns a value from 0-255. These commands are executed for every dot in the image. You simply set up the general instructions, and the filter performs the calculation repeatedly for each dot; each dot called more formally, a pel, or pixel (a term derived from the words, picture element), which consists of both its 2-D position in the image (X and Y) and its color, composed of the R, G, and B values (and with 256 shades of Red (0-255, counting 0), 256 of Green, and Blue, multiplied together, makes over 16 million colors possible, or 'true color'). And within these command lines, any or all of the sliders can be included by the ctl(x) command; that is, ctl, a control, and with a value from 0-7, eight in all. So when the filter is being run, the current value of that control (slider) is used right at the point where it's included in the command line. As the filter runs automatically through every dot in the image, the R, G, and B values, each separately, for each pixel in its turn are referred to by lower case, r, g and b. And there's also a shortcut, c , which returns the value for the channel which contains that command line (e.g. the equation is for Red, then c refers to red). In addition, the channels can also be referred to by number, or 'index', (another scheme can be used, beside R,G,B, using other reserved letters, but it takes extra calculation time). R is 0, G is 1, B is 2, and the alpha transparency is 3. Various commands can retrieve or set these values by referring to 0 (red), 1, &c. The coordinates used by the filter, again, are literally the pixel coordinates in the image, the position of each dot. There is a variable x and y , used for calculations, as the filter goes through every dot in the image when it runs. And the maximum is the actual width and height of the image, a constant, X or Y , written just so, with capital letters (e.g. if an image is 40 dots wide by 30 high, then if there is a cap X in the formula, it means 40, and any Y is 30). There are also various operators allowed in command lines, plus and multiply &c., of course, but also logical/boolean operators, and a modulo, as well. There's an all important if-then-else branching construct; making this more sort of a language and less just a simple macro. And, of course, there are the commands. There are read (e.g. src) and set pixel value. You have sin, cosine and the like, which are often used for wavy effects. You have polar coordinate commands, often used for swirling effects. And so on. So . . an example. One of the most useful filters, particularly for PSP, is what one innovator with these filters called 'slipthrough'; a screen wrap. As also described elsewhere , the backgrounds, here, are seamlessly tiled.
This wrap filter is actually shown in the picture, above. Only two sliders are used for controllers, here the top two - ctl(0) and ctl(1). The top slider is used to wrap horizontally. The one underneath is used for the vertical. Each slider is set to 128 when the filter is first opened, which brings the margins around right into the center where you can then fudge over, smudge over, cut and paste over the border to make that seam 'go away' (for a slightly faster wrap, one can always use the 'slipthrough' filter, from the FF collection). There may still be a little bit on the edges, even so, that can escape touch up. So you might have to slide back and forth a little, up and down a little, until you've made it all pretty seamless; at which point it can be saved, or wrapped some more, or wrapped back to were it started (since it's seamless at this point, it no longer matters). So, in the editor, this is the command line, repeated once for Red, Green and Blue:
for r,g,b Then press MAKE :
(download the ready to run 8bf wrap filter, if you'd like)
And so other filters are similar, and even much more complicated. You need either this little Filter Factory editor (which you can use within Photoshop or PSP, as just another filter). Or you can use a separate Filter Factory Manager, linked just below; which is actually recommended since it allows one to add a lot more housekeeping infomation than using Filter Factory editor; and, also, the Manager allows for convenient decompilation of existing filters, so you can see the commands other people have used, and start with those. |
Utilities and Filters [TOP] | ||
Filter Factory FAQ | ||
FF Manager | ||
PlugIn Commander (e.g. for .ffl files) | ||
NVR Button filters | ||
Blade Pro | ||
Short List of Filters | ||
More Filters | ||
FF Galleries:
|