![]() | This appears to be the same as jp2StructCheck. Merge them? |
Summary
Purpose | Simple JP2 file structure checker |
Homepage |
https://github.com/bitsgalore/jp2StructCheck![]() |
License |
GNU General Public License v3 |
Debian Package | |
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.
For more information see this blog post:
http://www.openplanetsfoundation.org/blogs/2011-09-01-simple-jp2-file-structure-checker
User Experiences
Basic testing described here:
http://www.openplanetsfoundation.org/blogs/2011-09-01-simple-jp2-file-structure-checker
SCAPE Solution page here: SO1 Simple JP2 file structure checker