jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
3.9 KiB

1 year ago
  1. ## Independent JPEG Group: JPEG release 6b
  2. ### JPEG License
  3. ```
  4. Must reproduce following license in documentation and/or other materials
  5. provided with distribution:
  6. The authors make NO WARRANTY or representation, either express or implied,
  7. with respect to this software, its quality, accuracy, merchantability, or
  8. fitness for a particular purpose. This software is provided "AS IS",
  9. and you, its user, assume the entire risk as to its quality and accuracy.
  10. This software is copyright (C) 1991-1998, Thomas G. Lane.
  11. All Rights Reserved except as specified below.
  12. Permission is hereby granted to use, copy, modify, and distribute
  13. this software (or portions thereof) for any purpose, without fee,
  14. subject to these conditions:
  15. (1) If any part of the source code for this software is distributed,
  16. then this README file must be included, with this copyright and no-warranty
  17. notice unaltered; and any additions, deletions, or changes to the original
  18. files must be clearly indicated in accompanying documentation.
  19. (2) If only executable code is distributed, then the accompanying documentation
  20. must state that "this software is based in part on the work of the
  21. Independent JPEG Group".
  22. (3) Permission for use of this software is granted only if the user accepts
  23. full responsibility for any undesirable consequences; the authors accept
  24. NO LIABILITY for damages of any kind.
  25. These conditions apply to any software derived from or based on the IJG code,
  26. not just to the unmodified library. If you use our work, you ought to
  27. acknowledge us.
  28. Permission is NOT granted for the use of any IJG author's name or company name
  29. in advertising or publicity relating to this software or products derived
  30. from it. This software may be referred to only as "the Independent JPEG
  31. Group's software".
  32. We specifically permit and encourage the use of this software as the basis
  33. of commercial products, provided that all warranty or liability claims are
  34. assumed by the product vendor.
  35. ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
  36. sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
  37. ansi2knr.c is NOT covered by the above copyright and conditions, but instead
  38. by the usual distribution terms of the Free Software Foundation; principally,
  39. that you must include source code if you redistribute it.
  40. (See the file ansi2knr.c for full details.) However, since ansi2knr.c is
  41. not needed as part of any program generated from the IJG code, this does not
  42. limit you more than the foregoing paragraphs do.
  43. The Unix configuration script "configure" was produced with GNU Autoconf.
  44. It is copyright by the Free Software Foundation but is freely distributable.
  45. The same holds for its supporting scripts (config.guess, config.sub,
  46. ltconfig, ltmain.sh). Another support script, install-sh, is copyright
  47. by M.I.T. but is also freely distributable.
  48. It appears that the arithmetic coding option of the JPEG spec is covered
  49. by patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding
  50. cannot legally be used without obtaining one or more licenses. For this
  51. reason, support for arithmetic coding has been removed from the free
  52. JPEG software. (Since arithmetic coding provides only a marginal gain
  53. over the unpatented Huffman mode, it is unlikely that very many
  54. implementations will support it.) So far as we are aware, there are
  55. no patent restrictions on the remaining code.
  56. The IJG distribution formerly included code to read and write GIF files.
  57. To avoid entanglement with the Unisys LZW patent, GIF reading support
  58. has been removed altogether, and the GIF writer has been simplified to
  59. produce "uncompressed GIFs". This technique does not use the LZW algorithm;
  60. the resulting GIF files are larger than usual, but are readable by all
  61. standard GIF decoders.
  62. We are required to state that "The Graphics Interchange Format(c) is
  63. the Copyright property of CompuServe Incorporated. GIF(sm) is a
  64. Service Mark property of CompuServe Incorporated."
  65. ```