From: Chisheng Huang
Subject: How to input GIF images with CLX
Date: 
Message-ID: <CPH.95Aug30153011@delphis.delphis.stat.sinica.edu.tw>
Hi, 

Does anybody know how to read a GIF image into Lisp with CLX?
I used giftoppm and ppmtoxpm to convert a GIF image to
an X11 pixmap.  But when I used xlib:read-bitmap-file to input
the pixmap, I got the following error message:
   Error: eof encountered on stream
          #<EXCL::CHARACTER-INPUT-FILE-STREAM
            #p"/delphis/home/cph/penguin/experiment/image/test.xpm" pos 26406 @
            #x44cdaa>
     [condition type: END-OF-FILE]

Any help would be greatly appreciated.  Thank you.

Chisheng Huang