home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / graphics / jpeg5 / source / doc / readme.st < prev    next >
Text File  |  1994-12-22  |  3KB  |  64 lines

  1. The Independent JPEG Group's JPEG software
  2. ==========================================
  3.  
  4. README for release 5 of 24-Sep-94
  5. =================================
  6.  
  7. This distribution contains the fifth public release of the Independent JPEG
  8. Group's free JPEG software. 
  9.  
  10. This software is the work of Tom Lane, Philip Gladstone, Luis Ortiz, Jim
  11. Boucher, Lee Crocker, George Phillips, Davide Rossi, Ge' Weijers, and other
  12. members of the Independent JPEG Group.
  13.  
  14. IJG is not associated with the official ISO JPEG standards committee.
  15.  
  16. This port (actually =compilation) was done by Jarkko Kniivila, and was
  17. (re-)done because someone released a buggy port of IJG jpeg v.5
  18. software with incomplete documentation. This one should work okay
  19. starting from on a STfm; allthough I can't garantee it because I
  20. crosscompiled the binaries on my Amiga with gcc!  This probably makes
  21. all Atarians spit green comets on my Virtual Image but I assure you
  22. that the binaries have been tested OK on my friend's machine.
  23.  
  24. Moreover, we measured the speed of cjpeg/djpeg agains the old versions
  25. (v.4) and concluded a more than 30% increase in speed! This can be
  26. explained by the fact that the effective multiplications needed to do
  27. (straigh/inverse) DCT (needed by the compression/decompression
  28. respectively) was halved in the source code by rearrangements. A big
  29. hurray for the IJG team!
  30.  
  31. I used the sources distributed at AMINET (AMINET:/gfx/conv/
  32. jpegv5src.lha) sites which had the original jpegsrc.v5.tar.gz archive
  33. (from ftp.uu.net) included unmodified as a subdirectory. If you want
  34. to recompile, grab the file `jpegv5s.zip' in the same directory you
  35. found this binary release; it includes a Makefile and jconfig.h
  36. suitable for gcc + MiNTlibs. There are also files for building with
  37. PureC/TurboC (from the original distribution).
  38.  
  39. Before somebody complains why I didn't compile cjpeg and djpeg to
  40. take a two argument commandline, I have to defend that it is not needed
  41. in the current version, because there's a new option (-outfile):
  42.  
  43.     To decompress a jpeg to a gif, say either
  44.         `djpeg -outfile example.gif example.jpg'
  45.     or (in a command line shell)
  46.         `djpeg example.jpg > example.gif'
  47.  
  48. The same principle applies to cjpeg as well.
  49.  
  50. The documentation in the package is provided as UNIX manual pages and
  51. as the file `usage.doc'. The man pages (*.man) are preformatted and
  52. suitable input eg., for Less. There are also TeX DVI files (*.dvi)
  53. for those who prefer a dvi-viewer (or printing the pages).
  54.  
  55. My address:
  56.  
  57.   electronic mail:                                  normal mail:
  58.   ****************                                  ************
  59.  
  60.  Jarkko.Kniivila@cc.tut.fi            Jarkko Kniivila
  61.                         Opiskelijankatu 4 F 315
  62.                         FIN-33720 TAMPERE
  63.                             Finland
  64.