remove obsolete directory "CVSROOT"
[openjpeg.git] / OPJViewer / Readme.txt
index 957113492873272d740ceac4fe8b35918db06f54..9322b32c87761260ee9a996f0610b7efc54b8e2c 100644 (file)
@@ -1,13 +1,8 @@
-===============================================================================
-\r
+===============================================================================\r
        JPEG2000 Visualization Software - OPJViewer\r
 \r
-               Version 0.1 alpha\r
-
-===============================================================================
-
-
-\r
+               Version 0.3 alpha\r
+===============================================================================\r
 \r
 \r
 1. Scope\r
 \r
 This document describes the installation and use of the OPJViewer in the framework of OpenJPEG library.\r
 \r
-This implementation has been developed using the OpenJPEG library as decoding engine and wxWidgets 2.8.0 as GUI engine.\r
+This implementation has been developed using the OpenJPEG library as decoding engine and wxWidgets 2.8 as GUI engine.\r
 \r
-If you find some bugs or if you have problems using the encoder/decoder, please send an e-mail to jpwl@diei.unipg.it\r
+If you find some bugs or if you have problems using the viewer, please send an e-mail to jpwl@diei.unipg.it\r
 \r
 2. Installing the viewer\r
 ==========================\r
 \r
-There are two available options, at the moment: a) compile from source code, and b) download a precompiled binary. In order to perform option a), it is mandatory to have compiled and built the LibOpenJPEG_JPWL library and the wxWidgets 2.8.0 framework (you have to download it from http://www.wxwidgets.org/ and compile the wx* libraries).\r
+There are two options available, at the moment:\r
+\r
+a) compile from source code\r
+b) download a precompiled binary.\r
+\r
+In order to use option a), it is mandatory to have compiled and built the LibOpenJPEG_JPWL library and the wxWidgets 2.8 framework (you have to download it from http://www.wxwidgets.org/ and compile the wx* libraries).\r
 \r
 2.1. Compiling the source code in Windows\r
 -------------------------------------------\r
 \r
-These are the steps required to compile the viewer under windows.\r
+The steps required to compile the viewer under windows are:\r
 \r
-a) Download at least the libonjpeg, jpwl, and opjviewer folders from the SVN trunk.\r
+a) Download at least the libopenjpeg, jpwl, and opjviewer folders from the SVN trunk.\r
 b) Open the OPJViewer.dsw workspace with Visual C++ 6 and activate the "OPJViewer - Win32 Release" configuration.\r
 c) In the configuration settings, go to the C++ tab and modify the wxWidgets paths in order to reflect your wx* install configuration (Preprocessor -> Additional include directories): simply update each instance of the two wx paths, do not remove or add them.\r
 d) In the configuration settings, go to the Link tab and modify the wxWidgets path in order to reflect your wx* install configuration (Input -> Additional library path): simply update the wx path.\r
 e) In the configuration settings, go to the Resources tab and modify the wxWidgets path in order to reflect your wx* install configuration (Additional resource include directories): simply update the wx path.\r
 f) Build!\r
 g) Run!\r
-h) (OPTIONAL) Prepare an installer by compiling the InnoSetup script OPJViewer.iss (you need to download it from http://www.jrsoftware.org/isinfo.php).\r
+h) (OPTIONAL) Prepare an installer by compiling the InnoSetup script OPJViewer.iss (you need to download InnoSetup from http://www.jrsoftware.org/isinfo.php).\r
 \r
 2.2. Compiling the source code in Unix-like systems\r
 -----------------------------------------------------\r
@@ -47,8 +47,8 @@ The porting is possible and under way.
 3. General information on the viewer\r
 ====================================\r
 \r
-This viewer is conceived to open and display information and image of J2K, JP2, and MJ2 files.\r
-The viewer application graphical interface is divided into three main panels:\r
+This viewer is conceived to open and display information and image content of J2K, JP2, and MJ2 files.\r
+The viewer application interface is divided into three main panels:\r
 - a browsing pane;\r
 - a viewing pane;\r
 - a log/peek pane.\r
@@ -92,4 +92,4 @@ The log/peek pane is shared among two different subpanels:
 4.2. Limitations\r
 ------------------\r
 \r
-* For mj2 files, only the first frame is displayed, and only in B/W\r
+* For mj2 files, rendering is only in B/W\r