home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / graphic / jpeg / readme.os2 < prev    next >
Text File  |  1992-04-29  |  903b  |  21 lines

  1. Compiled with Michael Johnson's port of gcc 2.1 to OS/2.  This software
  2. is a port to OS/2 of the Independent JPEG Group's JPEG version 3 software.
  3.  
  4. The j?main.c files are modified to give a running account of the
  5. percentage of the file conversion completed.  The binaries also give
  6. friendlier on-line help.  I basically cut and pasted from the DOS
  7. sources for j?main.c so I can't guarantee that everything the on-line
  8. help says is correct (although I tried to make it correct).
  9.  
  10. No memory manager is used - it assumes you have as much memory as the
  11. program will ever need via both RAM and virtual memory.  This may be
  12. a problem if you don't have swapping enabled, or your swapspace is very
  13. small.
  14.  
  15. For more information on JPEG, look for the JPEG FAQ, occasionally posted
  16. to alt.graphics.pixutils, alt.binaries.pictures.d, etc.
  17. --
  18. April 29, 1992
  19. John H. Kim
  20. jokim@jarthur.claremont.edu
  21.