Merge pull request #1649 from asandwhich:2.4
[profile/ivi/opencv.git] / 3rdparty / readme.txt
1 This folder contains libraries and headers of a few very popular still image codecs
2 used by highgui module.
3 The libraries and headers are preferably to build Win32 and Win64 versions of OpenCV.
4 On UNIX systems all the libraries are automatically detected by configure script.
5 In order to use these versions of libraries instead of system ones on UNIX systems you
6 should use BUILD_<library_name> CMake flags (for example, BUILD_PNG for the libpng library).
7
8 ------------------------------------------------------------------------------------
9 libjpeg 8d (8.4)  -   The Independent JPEG Group's JPEG software.
10                       Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding.
11                       See IGJ home page http://www.ijg.org
12                       for details and links to the source code
13
14                       HAVE_JPEG preprocessor flag must be set to make highgui use libjpeg.
15                       On UNIX systems configure script takes care of it.
16 ------------------------------------------------------------------------------------
17 libpng 1.5.12     -   Portable Network Graphics library.
18                       Copyright (c) 2004, 2006-2012 Glenn Randers-Pehrson.
19                       See libpng home page http://www.libpng.org
20                       for details and links to the source code
21
22                       HAVE_PNG preprocessor flag must be set to make highgui use libpng.
23                       On UNIX systems configure script takes care of it.
24 ------------------------------------------------------------------------------------
25 libtiff 4.0.2     -   Tag Image File Format (TIFF) Software
26                       Copyright (c) 1988-1997 Sam Leffler
27                       Copyright (c) 1991-1997 Silicon Graphics, Inc.
28                       See libtiff home page http://www.remotesensing.org/libtiff/
29                       for details and links to the source code
30
31                       HAVE_TIFF preprocessor flag must be set to make highgui use libtiff.
32                       On UNIX systems configure script takes care of it.
33                       In this build support for ZIP (LZ77 compression) is turned on.
34 ------------------------------------------------------------------------------------
35 zlib 1.2.7        -   General purpose LZ77 compression library
36                       Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler.
37                       See zlib home page http://www.zlib.net
38                       for details and links to the source code
39
40                       No preprocessor definition is needed to make highgui use this library -
41                       it is included automatically if either libpng or libtiff are used.
42 ------------------------------------------------------------------------------------
43 jasper-1.900.1    -   JasPer is a collection of software
44                       (i.e., a library and application programs) for the coding
45                       and manipulation of images.  This software can handle image data in a
46                       variety of formats.  One such format supported by JasPer is the JPEG-2000
47                       format defined in ISO/IEC 15444-1.
48
49                       Copyright (c) 1999-2000 Image Power, Inc.
50                       Copyright (c) 1999-2000 The University of British Columbia
51                       Copyright (c) 2001-2003 Michael David Adams
52
53                       The JasPer license can be found in src/libjasper.
54
55                       OpenCV on Windows uses pre-built libjasper library
56                       (lib/libjasper*). To get the latest source code,
57                       please, visit the project homepage:
58                       http://www.ece.uvic.ca/~mdadams/jasper/
59 ------------------------------------------------------------------------------------
60 openexr-1.7.1     -   OpenEXR is a high dynamic-range (HDR) image file format developed
61                       by Industrial Light & Magic for use in computer imaging applications.
62
63                       Copyright (c) 2006, Industrial Light & Magic, a division of Lucasfilm
64                       Entertainment Company Ltd. Portions contributed and copyright held by
65                       others as indicated. All rights reserved.
66
67                       The project homepage: http://www.openexr.com
68 ------------------------------------------------------------------------------------
69 ffmpeg-0.8.0      -   FFmpeg is a complete, cross-platform solution to record,
70                       convert and stream audio and video. It includes libavcodec -
71                       the leading audio/video codec library, and also libavformat, libavutils and
72                       other helper libraries that are used by OpenCV (in highgui module) to
73                       read and write video files.
74
75                       The project homepage: http://ffmpeg.org/
76 ------------------------------------------------------------------------------------