Difference between revisions of "Jp2StructCheck"

From COPTR
Jump to navigation Jump to search
(Trial import from script.)
 
(Trial import from script.)
Line 15: Line 15:
  
 
= Description =
 
= Description =
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.
+
===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: ===
 
For more information see this blog post: ===
Line 26: Line 26:
 
[http://www.openplanetsfoundation.org/blogs/2011-09-01-simple-jp2-file-structure-checker|http://www.openplanetsfoundation.org/blogs/2011-09-01-simple-jp2-file-structure-checker]
 
[http://www.openplanetsfoundation.org/blogs/2011-09-01-simple-jp2-file-structure-checker|http://www.openplanetsfoundation.org/blogs/2011-09-01-simple-jp2-file-structure-checker]
  
SCAPE Solution page here: [SP:SO1 Simple JP2 file structure checker]
+
SCAPE Solution page here: [http://wiki.opf-labs.org/display/SP/SO1+Simple+JP2+file+structure+checker SO1 Simple JP2 file structure checker]
  
 
= Development Activity =
 
= Development Activity =
=== Release Feed ===
 
 
=== Activity Feed ===
 

Revision as of 13:47, 12 November 2013

Simple JP2 file structure checker
Homepage:https://github.com/bitsgalore/jp2StructCheck
License:GNU General Public License v3


Description

===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

Basic testing described here:

[2]

SCAPE Solution page here: SO1 Simple JP2 file structure checker

Development Activity