/* XPM */ static char *xpm_graphics[] = { /*
xpm_graphics*/ "The XPM image format is highly useful in most ", "graphic applications, including -- but by no means", "limited to -- desktop icons, window decorations, ", "and many more! The icons can be placed in any ", "program that uses C or C++. The images are simple ", "ASCII text, and therefore can be easily edited in ", "a normal text editor (like Vim, notepad, TextEdit,", "etc.). This can be useful in that the images can ", "be sent over a variety of sources -- both ", "electronic and non-electronic: The source for an ", "image can be printed, sent over standard mail, and", "typed into a computer at the receiving end. This ", "makes the transportation of the images quite ", "simple. Their ability to use transparency makes ", "them good candidates for mouse-cursors. One flaw ", "with the format, though, is its (natural) lack of ", "compression! It is standard ASCII text, and thus ", "not as easy to compress as a plain image file. ", "However, in my opinion, the benefits are far ", "greater than the costs, which makes it a good ", "candidate for most computer applications. ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", }; /*
*/