Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!sdd.hp.com!spool.mu.edu!news.cs.indiana.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!dl10507 From: dl10507@uxa.cso.uiuc.edu (The Rambling Rover) Newsgroups: comp.sys.ibm.pc.misc Subject: Wanted: code to display .PCX files Summary: Looking for code (assembler or C) to display PCX files on a VGA Keywords: Paintbrush, PCX, Yet-Another-Idiot Message-ID: <1991Feb15.083313.29835@ux1.cso.uiuc.edu> Date: 15 Feb 91 08:33:13 GMT Sender: news@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 22 This is probably one of these truly perennial requests: I am using a program which saves screens in "PCX format". I'd like to be able to use this images in my own programs. My enquiries have only produced "viewers" -- self-contained programs which display pictures in various formats. I also have a description (hardly self-explanatory) of the PCX format, and am on the point of hacking up a mess of assembler or C code to decode the file and display it on a VGA. However, I thought I would avoid re-inventing the wheel and appeal to the net: is there publicly available assembler routines or C code -- even well-documented anything-else code, I can translate -- to display these images on a VGA? Please respond by e-mail: I don't read this newsgroup much, and it keeps the place clean. If there is much interest, I'll post a summary. Thanks! ------------------------------------------------------------------------------- David Librik | LD HL,3C00H Internet: d-librik@uxa.cso.uiuc.edu | LD DE,3C01H UUCP: {uunet,att,iuvax}!uiucuxa!d-librik | LD BC,03FFH JANET: nsfnet-relay::edu.uiuc.cso.uxa::d-librik | LD (HL),20H ------------------------------------------------- LDIR ------------------------