home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / viewer / JPGAGA22.LHA / jpegAGA / doc / README.AMIGA < prev    next >
Encoding:
Text File  |  1995-09-20  |  3.0 KB  |  96 lines

  1. The Independent JPEG Group's JPEG software
  2. ==========================================
  3.  
  4. README for release 6 of 2-Aug-95
  5. ================================
  6.  
  7. This distribution contains the sixth public release of the Independent JPEG
  8. Group's free JPEG software. See the file README for legal issues.
  9.  
  10. This software is the work of Tom Lane, Philip Gladstone, Luis Ortiz, Jim
  11. Boucher, Lee Crocker, Julian Minguillon, George Phillips, Davide Rossi,
  12. Ge' Weijers, and other members of the Independent JPEG Group.
  13.  
  14. IJG is not affiliated with the official ISO JPEG standards committee.
  15.  
  16. This port for the Amiga is done by Günther Röhrich.
  17.  
  18. I used the original jpegsrc.v6.tar.gz archive ftp'ed directly from ftp.uu.net
  19. for compiling the programs.
  20.  
  21. You can find all the files in the archive gfx/conv/jpegV6*.lha on Aminet.
  22.  
  23. System requirements:
  24.  
  25. - OS 2.0 or higher 
  26.  
  27. - programs with the ending .020881 need a 68020/68881 (or better)
  28.  
  29. - JPEGTMP: must be assigned to a directory with enough free disk space
  30.  
  31. - a stack size of 4000 bytes should be enough
  32.  
  33. - ixemul.library is NOT needed
  34.  
  35.  
  36. ********************
  37. NEW IN THIS RELEASE:
  38. ********************
  39.  
  40. - progressive JPEG files are supported
  41. - new program: jpegtran, for lossless transcoding between different JPEG
  42.   formats
  43. - compiled with gcc 2.7.0 and libnix 1.0, switches: -O3 -fbaserel
  44. - all programs should be a bit faster because of that
  45. - see change.log for more information
  46.  
  47.  
  48. ******************
  49. NEW IN RELEASE 5b:
  50. ******************
  51.  
  52. The ixemul.library is not needed any more. Starting with this release cjpeg
  53. and djpeg are using the Unix-like command line style. Redirection and piping
  54. is now fully supported. Examples:
  55.  
  56.  cjpeg inputfile >outputfile
  57.  cjpeg <inputfile >outputfile
  58.  djpeg -scale 1/4 inputfile | cjpeg >outputfile
  59.  
  60. The last example creates a 1/4 scaled JPEG file of your inputfile. Note
  61. that a temporary ppm file will not be created. To use this with the
  62. standard Amiga shell you need one of those pipe archives:
  63.  
  64. Aminet: util/shell/MJPipe09.lha
  65.         util/shell/Pipe_1_5.lha
  66.         util/cli/pipe3310.lha
  67.         
  68. Use the -outfile option if you don't want to use redirection. New shell
  69. scripts for the jpegAGA program are also included in this release. They are
  70. now working with all versions of djpeg and not just with those using the "two-
  71. file" command line style.
  72.  
  73.  
  74. If you found a bug then please let me know about it. (Every behaviour that
  75. does not correspond to the original documentation is considered a bug.)
  76. If it is not Amiga-specific you may also report it directly to the
  77. Independent JPEG Group.
  78.  
  79.  
  80. My address:
  81.  
  82.  
  83.  
  84.   electronic mail:                                  normal mail:
  85.   ****************                                  ************
  86.  
  87.  Guenther@studbox.uni-stuttgart.de                  Günther Röhrich
  88.                                                     Lerchenbergstr. 4
  89.                                                     73733 Esslingen
  90.                                                         Germany
  91.  
  92.  
  93. You may also visit my personal WWW home page at: 
  94.  
  95.  http://rpool1.rus.uni-stuttgart.de/~etk10325/
  96.