From: "A.Appleyard" To: DJGPP AT SUN DOT SOE DOT CLARKSON DOT EDU Date: Wed, 3 May 1995 11:39:21 BST Subject: PCX files The array `char P[height][width];' contains a black-and-white graphic. Each pixel is stored in a separate char of the array (1=white, 0=black). P[0][0] is the top left corner; P[height-1][0] is the bottom left corner. Please could someone out there send me a Gnu C program fragment which will output this graphic on a file as a legal *.PCX file? Or at least tell me the format of a black-and-white *.PCX file?