
 PCXPAL, small palette extractor for .PCX-files, written by Juri Vainonen 1996

 [disclaimer]

 This program is freeware, you're free to do anything you want with it. Author
 doesn't take any responsibility for anything this program could do (ie. blow
 your hd, destroy your computer or burn up your home). Use at your own risk,
 that means. I'm also innocent for grammar errors in this file. 

 [using PCXPAL]

 This program is used to extract 256 color palette data from PCX-images.
 You can create cool palette with program like Deluxe Paint (DP can't save
 the palette alone), and extract it from .PCX with PCXPAL.
 PCXPAL creates new file, which consists of 768 bytes, which are red, green
 and blue values (0-63) of colors 0-255. Like this:
 RED0,GREEN0,BLUE0,RED1,GREEN1,BLUE1,RED2,GREEN2,BLUE2..RED255,GREEN255,BLUE255
 Now you can use different palettes easily whenever you need them, just great!

 [contacting author]

 Best way to contact me is via e-mail. I'll be delighed from any kind of mail.
 Please tell your opinion about this program, I really want to know is there
 any use for this program.
 Send your comments here: juriv@rack.improvers.fi

 [misc. stuff]

 I used about ten minutes to write this program, so don't expect anything
 spectacular.. Now, go and try this program and send me some mail about it.
 I know this program sucks and it's totally useless, so you don't have to tell
 me that :). It sucks mainly because it was written with Pascal. When I learn
 more assembler, I'll rewrite this program and it will be much more smaller
 and faster.

 [end]
