Update to 2.0.0 tree from current Fremantle build
[opencv] / 3rdparty / readme.txt
1 This folder contains libraries and headers of a few\r
2 very popular still image codecs used by highgui.\r
3 The libraries and headers are only to build Win32 and Win64 versions of OpenCV.\r
4 On UNIX systems all the libraries are automatically detected by configure script.\r
5 \r
6 ------------------------------------------------------------------------------------\r
7 libjpeg 6b (6.2) - The Independent JPEG Group's JPEG software.\r
8              Copyright (C) 1994-1997, Thomas G. Lane.\r
9              See IGJ home page http://www.ijg.org\r
10              for details and links to the source code\r
11 \r
12              HAVE_JPEG preprocessor flag must be set to make highgui use libjpeg.\r
13              On UNIX systems configure script takes care of it.\r
14 \r
15 ------------------------------------------------------------------------------------\r
16 libpng 1.2.29 - Portable Network Graphics library.\r
17                Copyright (C) 1998-2001, Glenn Randers-Pehrson.\r
18                See libpng home page http://www.libpng.org\r
19                for details and links to the source code\r
20 \r
21                HAVE_PNG preprocessor flag must be set to make highgui use libpng.\r
22                On UNIX systems configure script takes care of it.\r
23 \r
24 ------------------------------------------------------------------------------------\r
25 libtiff 3.7.2 - Tag Image File Format (TIFF) Software\r
26                 Copyright (c) 1988-1997 Sam Leffler\r
27                 Copyright (c) 1991-1997 Silicon Graphics, Inc.\r
28                 See libtiff home page http://www.libtiff.org\r
29                 for details and links to the source code\r
30 \r
31 \r
32                 HAVE_TIFF preprocessor flag must be set to make highgui use libtiff.\r
33                 On UNIX systems configure script takes care of it.\r
34 \r
35                 In this build support for ZIP (LZ77 compression), JPEG and LZW\r
36                 are included.\r
37 ------------------------------------------------------------------------------------\r
38 zlib 1.2.3 - General purpose LZ77 compression library\r
39              Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler.\r
40              See zlib home page http://www.gzip.org/zlib\r
41              for details and links to the source code\r
42 \r
43              No preprocessor definition is needed to make highgui use this library -\r
44              it is included automatically if either libpng or libtiff are used.\r
45 \r
46 ------------------------------------------------------------------------------------\r
47 \r
48 jasper-1.900.1 - JasPer is a collection of software\r
49              (i.e., a library and application programs) for the coding\r
50              and manipulation of images.  This software can handle image data in a\r
51              variety of formats.  One such format supported by JasPer is the JPEG-2000\r
52              format defined in ISO/IEC 15444-1.\r
53              \r
54              Copyright (c) 1999-2000 Image Power, Inc.\r
55              Copyright (c) 1999-2000 The University of British Columbia\r
56              Copyright (c) 2001-2003 Michael David Adams\r
57 \r
58              The JasPer license can be found in src/libjasper.\r
59              \r
60              OpenCV on Windows uses pre-built libjasper library\r
61              (lib/libjasper*). To get the latest source code,\r
62              please, visit the project homepage:\r
63              http://www.ece.uvic.ca/~mdadams/jasper/\r
64 \r
65 ------------------------------------------------------------------------------------\r
66 \r
67 openexr-1.4.0 - OpenEXR is a high dynamic-range (HDR) image file format developed\r
68                 by Industrial Light & Magic for use in computer imaging applications.\r
69 \r
70              Copyright (c) 2004, Industrial Light & Magic, a division of Lucasfilm\r
71              Entertainment Company Ltd.  Portions contributed and copyright held by\r
72              others as indicated.  All rights reserved.\r
73 \r
74              The project homepage: http://www.openexr.com/\r
75 \r
76              OpenCV on Windows does not include openexr codec by default.\r
77              To add it, you will need to recompile highgui with OpenEXR support\r
78              using VS.NET2003 or VS.NET2005 (MSVC6 can not compile it):\r
79              1) download binaries (e.g. openexr-1.4.0-vs2005.zip)\r
80                 from the official site.\r
81              2) copy\r
82                 half.lib, iex.lib, ilmimf.lib ilmthread.lib imath.lib to\r
83                 _graphics/lib\r
84              3) copy include/openexr/*.h to _graphics/include/openexr\r
85              4) open _make/opencv.sln\r
86              5) in highgui/_highgui.h uncomment\r
87                 #define HAVE_ILMIMF 1\r
88              6) build debug/release configurations of highgui.\r
89 \r
90 ------------------------------------------------------------------------------------\r
91 \r
92 ffmpeg-0.5.0 - FFmpeg is a complete, cross-platform solution to record,\r
93              convert and stream audio and video. It includes libavcodec -\r
94              the leading audio/video codec library, and also libavformat, libavutils and\r
95              other helper libraries that are used by OpenCV (in highgui module) to\r
96              read and write video files.\r
97 \r
98              The project homepage: http://ffmpeg.org/\r
99 \r
100 ------------------------------------------------------------------------------------\r
101 \r
102 videoInput-0.1995 - Video capturing library for Windows using DirectShow as backend\r
103              Written by Theodore Watson\r
104              http://muonics.net/school/spring05/videoInput/\r
105 \r
106 ------------------------------------------------------------------------------------\r
107 \r
108 clapack-3.1.1.1 - F2C translation of the Linear Algebra PACKage (LAPACK),\r
109                   Copyright (c) 1992-2008 The University of Tennessee. All rights reserved.\r
110                   http://www.netlib.org/lapack/\r
111                   http://www.netlib.org/clapack/\r
112 \r
113                   Note, that only a subset of package is used in OpenCV.\r
114                   It can be extended and/or replaced with future upstream releases\r
115                   in the future.\r
116 \r
117 ------------------------------------------------------------------------------------\r