forked from openpreserve/jpylyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
30 lines (19 loc) · 1023 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Jpylyzer is a JP2 (JPEG 2000 Part 1) image validator and properties
extractor. Jpylyzer was specifically created to check that a JP2 file really
conforms to the format's specifications. Additionally jpylyzer is able to
extract a JP2's technical characteristics.
Requires Python 2.7 or later
usage: jpylyzer.py [-h] [--verbose] [--wrapper] [--version] ...
~Positional arguments~
... : input JP2 image(s), may be one or more (whitespace-separated) path
expressions; prefix wildcard (*) with backslash (\) in Linux..
~Optional arguments~
-h, --help : show this help message and exit;
-v, --version : show program's version number and exit;
--verbose : report test results in verbose format;
--wrapper, -w : wrap the output for individual image(s) in 'results' XML
element. Output
Output is directed to the standard output device (stdout).
Development partially supported by the SCAPE Project.
The SCAPE project is co-funded by the European Union under FP7
ICT-2009.4.1 (Grant Agreement number 270137).