home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / APP / ANIPL218 / JPEG / README < prev   
Text File  |  2001-08-18  |  781b  |  20 lines

  1. The Independent JPEG Group's JPEG software
  2. libjpeg release 6b
  3. http://www.ijg.org/
  4.  
  5.  Here's a shared library of libjpeg. It has been compiled with Gcc 
  6. 2.95.2 with -m68030 and works only under MiNT 1.15.3 or more and
  7. MagiC 6. TOS cannot load .SLB, but an SLB loader exist with MetaDOS:
  8. ftp://ftp.uni-muenster.de/pub/atari/Utilities/slbld028.lzh 
  9. http://www.muenster.de/~reschke/soft_e.html
  10.  
  11.  Requirements:
  12.   - 68020 or higher
  13.   - MiNT 1.15.3 or MagiC 6 or MetaDOS 2.74
  14.   
  15.  example.c from the sources is good for example for use the shared library.
  16.  The structure FILE is replaced by the DOS handle, so ferror() cannot 
  17. works inside jdatadst.c, 3 lines are disabled:
  18. //  fflush(dest->outfile);
  19. //  if ( ferror(dest->outfile))
  20. //    ERREXIT(cinfo, JERR_FILE_WRITE);