ppmtoraw is an extension to the pbm-plus package that will enable you to convert ppm-pictures to the RAW format that can be displayed by Photo-Chrome and others. Usage : ppmtoraw pic.ppm > pic.raw It will also accept input from stdio (in a pipeline). How to convert a GIF-image to RAW-format using the pbm-plus package : giftoppm pic.gif | pnmscale -xysize 320 200 | ppmtoraw >pic.raw Terje Vernly (terjeve@ifi.uio.no)