Special notes for gif2png compiled with djgpp (DOS/386) For MSDOS and similar systems, there are two versions of gif2png available. gif2png.exe is compiled as a `normal' DOS executable without support for XMS or EMS or anything and should be used if either you are using a 286 or the 386 version is not working correctly. gif2png3.exe is compiled as go32 (386 protected mode) executable and works only on machines with at least a 386sx. This version supports virtual memory management provided by djgpp. For best performance, you should set the enviroment variable GO32TMP to a local hard disk, e.g. GO32TMP=c:\tmp. All computation done by the program uses integer arithmetic, except the histogram generation. If you use this option and don't have a CPU with builtin math unit or x87 coprocessor, you have to configure the math emulation. This is done by adding emu387 x:/path.../emu387 to the GO32 environment variable. The program can run under either VCPI or DPMI memory management, if you have both, you can deselect DPMI by adding nodpmi to the GO32 variable (don't ask we why, I think this a performance plus). If you are running Windows and the program crashes the system, you might try to disable screen saver programs, I had problems when After Dark was running. If you are interested in djgpp and especially in the sources for emu387 and go32.exe, you can get the package from any SimTel mirror in the directory /simtel/msdos/djgpp, e.g. on oak.oakland.edu. OK, and if it is not working at all, you can always install Linux and compile the program yourself, then you shouldn't have problems with memory management :-) Alexander Lehmann