home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 676.README < prev    next >
Text File  |  1992-12-14  |  6KB  |  131 lines

  1. The Independent JPEG Group's JPEG software
  2. ==========================================
  3.  
  4. This distribution contains MS-DOS executable copies of version 4 of the
  5. Independent JPEG Group's free JPEG software.  You are welcome to redistribute
  6. this software and to use it for any purpose, subject to the conditions under
  7. LEGAL ISSUES, below.
  8.  
  9. This version of the software runs ONLY on MS-DOS machines with 386 or 486 CPUs
  10. and at least 1Mb free extended memory.  It requires a VCPI-compatible memory
  11. manager (such as QEMM or 386MAX), and therefore it will NOT run under Windows
  12. or OS/2 (DESQview is OK though).  If you don't have a compatible system, use
  13. the vanilla DOS version, posted separately.  But if you do have a compatible
  14. system, this code runs up to twice as fast as the vanilla version.
  15.  
  16. For usage instructions, see the file USAGE.  Useful information can also be
  17. found in the JPEG FAQ (Frequently Asked Questions) article, posted regularly
  18. in the Usenet news.answers newsgroup.
  19.  
  20. Please report any problems with this software to jpeg-info@uunet.uu.net.
  21.  
  22.  
  23. INSTALLATION
  24. ============
  25.  
  26. Put the CJPEG.EXE and DJPEG.EXE files someplace handy.  You may also want to
  27. add a line to your AUTOEXEC.BAT file to define the directory in which the
  28. programs will create temporary files; it should look something like this:
  29.     set GO32TMP=C:\TEMP
  30. Make sure that the indicated directory is on a disk with plenty of free space;
  31. if the programs create temporary files at all, the files will be large
  32. (several megabytes for typical images).  If you haven't set GO32TMP, the
  33. programs will look at your TMP or TEMP variables (in that order), and will
  34. create files in the current directory if none of these are defined.
  35.  
  36. If you have installed DJ Delorie's DJGPP (version 1.09), you can save some
  37. disk space by removing the GO32 DOS extender from CJPEG.EXE and DJPEG.EXE.
  38. See the DJGPP documentation for details.
  39.  
  40.  
  41. ABOUT JPEG FILE FORMATS
  42. =======================
  43.  
  44. CAUTION: Handmade Software's shareware PC program GIF2JPG produces files that
  45. are totally incompatible with our programs (and everyone else's too).  They
  46. use a proprietary format that is an amalgam of GIF and JPEG representations.
  47. However, you can force GIF2JPG to produce compatible files with its -j switch,
  48. and their decompression program JPG2GIF can read our files (at least ones
  49. produced with our default option settings).
  50.  
  51. The file format we have adopted is called JFIF.  This format has been agreed
  52. to by a number of major commercial JPEG vendors, and we expect that it will
  53. become the de facto standard.  JFIF is a minimal representation; work is also
  54. going forward to incorporate JPEG compression into the TIFF 6.0 standard, for
  55. use in "high end" applications that need to record a lot of additional data
  56. about an image.  We intend to support TIFF 6.0 in the future.  We hope that
  57. these two formats will be sufficient and that other, incompatible JPEG file
  58. formats will not proliferate.
  59.  
  60. Indeed, part of the reason for developing and releasing this free software is
  61. to help force rapid convergence to de facto standards for JPEG file formats.
  62. SUPPORT STANDARD, NON-PROPRIETARY FORMATS: demand JFIF or TIFF 6.0!
  63.  
  64.  
  65. LEGAL ISSUES
  66. ============
  67.  
  68. The authors make NO WARRANTY or representation, either express or implied,
  69. with respect to this software, its quality, accuracy, merchantability, or
  70. fitness for a particular purpose.  This software is provided "AS IS", and you,
  71. its user, assume the entire risk as to its quality and accuracy.
  72.  
  73. This software is copyright (C) 1991, 1992, Thomas G. Lane.
  74. All Rights Reserved except as specified below.
  75.  
  76. Permission is hereby granted to use, copy, modify, and distribute this
  77. software (or portions thereof) for any purpose, without fee, subject to these
  78. conditions:
  79. (1) If any part of the source code for this software is distributed, then this
  80. README file must be included, with this copyright and no-warranty notice
  81. unaltered; and any additions, deletions, or changes to the original files
  82. must be clearly indicated in accompanying documentation.
  83. (2) If only executable code is distributed, then the accompanying
  84. documentation must state that "this software is based in part on the work of
  85. the Independent JPEG Group".
  86. (3) Permission for use of this software is granted only if the user accepts
  87. full responsibility for any undesirable consequences; the authors accept
  88. NO LIABILITY for damages of any kind.
  89.  
  90. Permission is NOT granted for the use of any IJG author's name or company name
  91. in advertising or publicity relating to this software or products derived from
  92. it.  This software may be referred to only as "the Independent JPEG Group's
  93. software".
  94.  
  95. We specifically permit and encourage the use of this software as the basis of
  96. commercial products, provided that all warranty or liability claims are
  97. assumed by the product vendor.
  98.  
  99.  
  100. We are required to state that
  101.     "The Graphics Interchange Format(c) is the Copyright property of
  102.     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  103.     CompuServe Incorporated."
  104.  
  105.  
  106. SOURCE CODE
  107. ===========
  108.  
  109. The source code from which this software was generated is freely available.
  110. The "official" archive site for the source code is ftp.uu.net (Internet
  111. address 137.39.1.9 or 192.48.96.9).  The most recent released version can
  112. always be found there in directory graphics/jpeg.  This particular version is
  113. jpegsrc.v4.tar.Z.  If you are on the Internet, you can retrieve files from
  114. UUNET by anonymous FTP.  If you don't have FTP access, UUNET's archives are
  115. also available via UUCP; contact postmaster@uunet.uu.net for information on
  116. retrieving files that way.
  117.  
  118. The source code will also appear in the SIMTEL20 archives and on CompuServe,
  119. but I don't have exact locations yet.  These copies will be ZIP files which
  120. may be easier for PC users to deal with.
  121.  
  122. You are welcome to use the source code in other JPEG-related programs.
  123. The conditions for doing so may be found in LEGAL ISSUES, above.
  124.  
  125. The executables in this package were compiled using DJ Delorie's DJGPP version
  126. 1.09, a freely available 32-bit C compiler and DOS extender.  (You can obtain
  127. source and executables for DJGPP from barnacle.erc.clarkson.edu; look in
  128. directory pub/msdos/djgpp.)  Note that the user interface used by these
  129. programs differs from the Unix-style user interface found in the main IJG
  130. distribution.
  131.