Skip to content

Latest commit

 

History

History
87 lines (47 loc) · 1.83 KB

jpylyzer.pod

File metadata and controls

87 lines (47 loc) · 1.83 KB

NAME

jpylyzer - JP2 (JPEG 2000 Part 1) image validator and properties extractor.

SYNOPSIS

jpylyzer [options] [jp2In]

DESCRIPTION

JP2 (JPEG 2000 Part 1) image validator and properties extractor (C) National Library of the Netherlands / Open Preservation Foundation

OPTIONS

-h, --help

Show this help message and exit

--format FMT, -f FMT

Validation format; allowed values: jp2, jph, j2c, jhc (default: jp2)

--mix {1,2}

Report additional output in NISO MIX format (version 1.0 or 2.0)

--nopretty

Suppress pretty-printing of XML output

--nullxml

Extract null-terminated XML content from XML and UUID boxes(doesn't affect validation)

--recurse, -r

When analysing a directory, recurse into subdirectories (implies --wrapper)

--packetmarkers, -p

Report packet-level codestream markers (plm, ppm, plt, ppt)

--verbose

Report test results in verbose format

-v, --version

Show program's version number and exit

ARGUMENTS

jp2In

Input JP2 image(s), may be one or more (whitespace-separated) path expressions; prefix wildcard (*) with backslash.

BUGS

Please report bugs at https://github.com/openpreserve/jpylyzer/issues.

AUTHORS

jpylyzer was written by Johan van der Knijff <[email protected]> and others.

This manual page was written by Rui Castro <[email protected]>.

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in '/usr/share/common-licenses/LGPL-3'.