Note: This is a very primitive port of ³ppmtogif² from the ³pbm² package that was developed by Jef Poskanzer. These programs are still in the testing phase. This program is intended to be used as a bridge until the final versions become available. This program converts file from ³ppm256² format to gif format. Usage: Place the application in the same folder where the .ppm256 file resides. Launch the application. When the console dialog appears, at the point where the cursor is positioned, enter: .ppm256 .gif For example, if I have a file named ³test.ppm256², I would be presented with a line like: ppmtogif to which I would add to make the complete line: ppmtogif test.ppm256 test.gif Press return or click ³OK². I¹ve included the ³README² file from the original distribution. The only differences between this program and the distribution the display of the opening copyright messages and changes necessary to make things run properly on the Mac. This version was compiled from a version that was posted on ³alt.graphics.pixutils² There are two versions of this program being posted. ³ppmtogif² was compiled with vanilla 60000 code and no 68881 math co-processor support. It should run on any Mac. The time required to convert a 297K ppm256 file into a 110K gif file was about forty seconds (not counting the time required for the final write to flush the output file. The timing was done on a Mac IIci. The ³ppmtogif.020.68881² version has been compiled with both 68020 and 68881 code generation enabled. It will only work on Macs that have both of these chips. The timing for the above decompression was about 25 seconds. You will also need to obtain the ³djpeg² and ³ppmquant² programs to make proper use of this program. They were posted earlier this week. .