-This folder contains libraries and headers of a few\r
-very popular still image codecs used by highgui.\r
-The libraries and headers are only to build Win32 and Win64 versions of OpenCV.\r
+This folder contains libraries and headers of a few very popular still image codecs\r
+used by highgui module.\r
+The libraries and headers are preferably to build Win32 and Win64 versions of OpenCV.\r
On UNIX systems all the libraries are automatically detected by configure script.\r
+In order to use these versions of libraries instead of system ones on UNIX systems you\r
+should use BUILD_<library_name> CMake flags (for example, BUILD_PNG for the libpng library).\r
\r
------------------------------------------------------------------------------------\r
-libjpeg 6b (6.2) - The Independent JPEG Group's JPEG software.\r
- Copyright (C) 1994-1997, Thomas G. Lane.\r
- See IGJ home page http://www.ijg.org\r
- for details and links to the source code\r
+libjpeg 6b (6.2) - The Independent JPEG Group's JPEG software.\r
+ Copyright (C) 1994-1997, Thomas G. Lane.\r
+ See IGJ home page http://www.ijg.org\r
+ for details and links to the source code\r
\r
- HAVE_JPEG preprocessor flag must be set to make highgui use libjpeg.\r
- On UNIX systems configure script takes care of it.\r
+ HAVE_JPEG preprocessor flag must be set to make highgui use libjpeg.\r
+ On UNIX systems configure script takes care of it.\r
------------------------------------------------------------------------------------\r
-libpng 1.4.3 - Portable Network Graphics library.\r
- Copyright (C) 1998-2010, Glenn Randers-Pehrson.\r
- See libpng home page http://www.libpng.org\r
- for details and links to the source code\r
+libpng 1.5.9 - Portable Network Graphics library.\r
+ Copyright (C) 2004, 2006-2011 Glenn Randers-Pehrson.\r
+ See libpng home page http://www.libpng.org\r
+ for details and links to the source code\r
\r
- HAVE_PNG preprocessor flag must be set to make highgui use libpng.\r
- On UNIX systems configure script takes care of it.\r
+ HAVE_PNG preprocessor flag must be set to make highgui use libpng.\r
+ On UNIX systems configure script takes care of it.\r
------------------------------------------------------------------------------------\r
-libtiff 3.9.5 - Tag Image File Format (TIFF) Software\r
- Copyright (c) 1988-1997 Sam Leffler\r
- Copyright (c) 1991-1997 Silicon Graphics, Inc.\r
- See libtiff home page http://www.libtiff.org\r
- for details and links to the source code\r
+libtiff 4.0.1 - Tag Image File Format (TIFF) Software\r
+ Copyright (c) 1988-1997 Sam Leffler\r
+ Copyright (c) 1991-1997 Silicon Graphics, Inc.\r
+ See libtiff home page http://www.libtiff.org\r
+ for details and links to the source code\r
\r
- HAVE_TIFF preprocessor flag must be set to make highgui use libtiff.\r
- On UNIX systems configure script takes care of it.\r
-\r
- In this build support for ZIP (LZ77 compression), JPEG and LZW\r
- are included.\r
+ HAVE_TIFF preprocessor flag must be set to make highgui use libtiff.\r
+ On UNIX systems configure script takes care of it.\r
+ In this build support for ZIP (LZ77 compression) is turned on.\r
------------------------------------------------------------------------------------\r
-zlib 1.2.5 - General purpose LZ77 compression library\r
- Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler.\r
- See zlib home page http://www.gzip.org/zlib\r
- for details and links to the source code\r
+zlib 1.2.6 - General purpose LZ77 compression library\r
+ Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler.\r
+ See zlib home page http://www.zlib.net\r
+ for details and links to the source code\r
\r
- No preprocessor definition is needed to make highgui use this library -\r
- it is included automatically if either libpng or libtiff are used.\r
+ No preprocessor definition is needed to make highgui use this library -\r
+ it is included automatically if either libpng or libtiff are used.\r
------------------------------------------------------------------------------------\r
-jasper-1.900.1 - JasPer is a collection of software\r
- (i.e., a library and application programs) for the coding\r
- and manipulation of images. This software can handle image data in a\r
- variety of formats. One such format supported by JasPer is the JPEG-2000\r
- format defined in ISO/IEC 15444-1.\r
+jasper-1.900.1 - JasPer is a collection of software\r
+ (i.e., a library and application programs) for the coding\r
+ and manipulation of images. This software can handle image data in a\r
+ variety of formats. One such format supported by JasPer is the JPEG-2000\r
+ format defined in ISO/IEC 15444-1.\r
\r
- Copyright (c) 1999-2000 Image Power, Inc.\r
- Copyright (c) 1999-2000 The University of British Columbia\r
- Copyright (c) 2001-2003 Michael David Adams\r
+ Copyright (c) 1999-2000 Image Power, Inc.\r
+ Copyright (c) 1999-2000 The University of British Columbia\r
+ Copyright (c) 2001-2003 Michael David Adams\r
\r
- The JasPer license can be found in src/libjasper.\r
+ The JasPer license can be found in src/libjasper.\r
\r
- OpenCV on Windows uses pre-built libjasper library\r
- (lib/libjasper*). To get the latest source code,\r
- please, visit the project homepage:\r
- http://www.ece.uvic.ca/~mdadams/jasper/\r
+ OpenCV on Windows uses pre-built libjasper library\r
+ (lib/libjasper*). To get the latest source code,\r
+ please, visit the project homepage:\r
+ http://www.ece.uvic.ca/~mdadams/jasper/\r
------------------------------------------------------------------------------------\r
-openexr-1.4.0 - OpenEXR is a high dynamic-range (HDR) image file format developed\r
- by Industrial Light & Magic for use in computer imaging applications.\r
+openexr-1.4.0 - OpenEXR is a high dynamic-range (HDR) image file format developed\r
+ by Industrial Light & Magic for use in computer imaging applications.\r
\r
- Copyright (c) 2004, Industrial Light & Magic, a division of Lucasfilm\r
- Entertainment Company Ltd. Portions contributed and copyright held by\r
- others as indicated. All rights reserved.\r
+ Copyright (c) 2004, Industrial Light & Magic, a division of Lucasfilm\r
+ Entertainment Company Ltd. Portions contributed and copyright held by\r
+ others as indicated. All rights reserved.\r
\r
- The project homepage: http://www.openexr.com/\r
+ The project homepage: http://www.openexr.com/\r
\r
- OpenCV does not include openexr codec.\r
- To add it, you will need install OpenEXR, reconfigure OpenCV\r
- using CMake (make sure OpenEXR library is found) and the rebuild OpenCV.\r
+ OpenCV does not include openexr codec.\r
+ To add it, you will need install OpenEXR, reconfigure OpenCV\r
+ using CMake (make sure OpenEXR library is found) and the rebuild OpenCV.\r
------------------------------------------------------------------------------------\r
-ffmpeg-0.8.0 - FFmpeg is a complete, cross-platform solution to record,\r
- convert and stream audio and video. It includes libavcodec -\r
- the leading audio/video codec library, and also libavformat, libavutils and\r
- other helper libraries that are used by OpenCV (in highgui module) to\r
- read and write video files.\r
+ffmpeg-0.8.0 - FFmpeg is a complete, cross-platform solution to record,\r
+ convert and stream audio and video. It includes libavcodec -\r
+ the leading audio/video codec library, and also libavformat, libavutils and\r
+ other helper libraries that are used by OpenCV (in highgui module) to\r
+ read and write video files.\r
\r
- The project homepage: http://ffmpeg.org/\r
+ The project homepage: http://ffmpeg.org/\r
------------------------------------------------------------------------------------\r