enable/disable decoding in OPJViewer
[openjpeg.git] / OPJViewer / source / readmeafter.txt
1 This viewer is conceived to open and display information and image content of J2K, JP2,\r
2 and MJ2 files.\r
3 The viewer application interface is divided into three main panels:\r
4 - a browsing pane;\r
5 - a viewing pane;\r
6 - a log/peek pane.\r
7 \r
8 The browsing pane will present the markers or boxes hierarchy, with position (byte number where marker/box starts and stops) and length information (i.e., inner length as signalled by marker/box and total length, with marker/box sign included), in the following form:\r
9 \r
10 filename\r
11 |\r
12 |_ #000: Marker/Box short name (Hex code)\r
13 |  |\r
14 |  |_ *** Marker/Box long name ***\r
15 |  |_ startbyte > stopbyte, inner_length + marker/box sign length (total length)\r
16 |  |_ Additional info, depending on the marker/box type\r
17 |  |_ ...\r
18 |\r
19 |_ #001: Marker/Box short name (Hex code)\r
20 |  |\r
21 |  |_ ...\r
22 |\r
23 ...\r
24 \r
25 \r
26 The viewing pane will display the decoded image contained in the JPEG 2000 file.\r
27 It should display correctly images as large as 4000x2000, provided that a couple of GB of RAM are available. Nothing is known about the display of larger sizes: let us know if you manage to get it working.\r
28 \r
29 \r
30 The log/peek pane is shared among two different subpanels:\r
31 \r
32 - the log panel will report a lot of debugging info coming out from the wx GUI as well as from the openjpeg library\r
33 - the peek pane tries to give a peek on the codestream/file portion which is currently selected in the browsing pane. It shows both hex and ascii values corresponding to the marker/box section. \r
34 \r