home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / graphics / jpeg_st / readme.st < prev    next >
Text File  |  1992-08-08  |  1KB  |  38 lines

  1. Special notes for CJPEG_ST.TTP / DJPEG_ST.TTP
  2.  
  3.  
  4. This Version (V3A) of the IJG's JPEG SOFTWARE has been subject to several
  5. Atari - dependent changes :
  6.  
  7. - Compiled with Turbo-C (smaller and faster executeables)
  8.  
  9. - Memory manadgement :
  10.   + by default, all availeable memory is beeing used
  11.     [ free memory is determined by coreleft() now]
  12.   + swap-files : if the enviroment variable TMP or TEMP points to a valid
  13.     directory, temporary files are put there instead of the working directory.
  14.  
  15. - Commandline / Desktop usage:
  16.   + though cjpeg/djpeg use TWO_FILE_COOMADLINE (this means you have to name
  17.     both input -and outputfile in the commandline - see file USAGE),
  18.     you can use them with your desktop as an "installed application" :
  19.   + If djpeg only gets one filename (the .jpg file), it produces a .gif
  20.     file of the same name (djpeg foo.jpg produces foo.gif) as output.
  21.     Cjpeg : almost the same. Parameter is the name of the source file,
  22.     a .jpg file with the same name is produced.  
  23.  
  24.  - progress monitor :
  25.    + completion is displayed in percent.
  26.  
  27. - speed :
  28.   avarage decoding / encoding time is 3 - 5 minutes.
  29.   (djpeg takes a lot of time for 2-phase-quantization - see USAGE)
  30.   
  31.  
  32.  
  33. Share & enjoy,
  34.               frank
  35.  
  36.   (frank.moehle@arbi.informatik.uni-oldenburg.de)
  37.  
  38.