Jp2StructCheck

From COPTR
Revision as of 09:22, 23 April 2021 by JvdNat (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search




Simple JP2 file structure checker
Homepage:https://github.com/bitsgalore/jp2StructCheck
License:GNU General Public License v3
Function:Validation,Quality Assurance,Metadata Extraction
Content type:Image


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt661d12f0660a79_20241030


Description[edit]

===jp2structcheck has been superceded by [Jpylyzer]=== In brief, when jp2StructCheck analyses a file, it first parses the top-level box structure, and collects the unique identifiers (or marker codes) of all boxes. If it encounters the box that contains the code stream, it checks if the code stream is terminated by a valid end-of-codestream marker. Finally, it checks if the file contains all the compulsory/required top-level boxes. These are: JPEG 2000 signature box, File Type box, JP2 Header box, Contiguous Codestream box.

For more information see this blog post:

[1]

User Experiences[edit]

Basic testing described here:

[2]

SCAPE Solution page here: SO1 Simple JP2 file structure checker

Development Activity[edit]