Powered by OPF
OPF WIKI STATIC ARCHIVE
2,681 pages · 153 spaces · 776 tags · 4,025 history records · 96.2% of the original wiki recovered
Archived copy. This page was recovered from the Internet Archive snapshot of /display/TR/Jpylyzer taken on 2012-11-27. The original wiki at wiki.opf-labs.org is being decommissioned.

Jpylyzer

Created by Johan van der Knijff on Dec 15, 2011 · last edited by Johan van der Knijff · on Apr 24, 2012 (view history) · 8 versions

Summary

Purpose JP2 validation + properties extraction
Homepage
http://www.openplanetsfoundation.org/software/jpylyzer
Source Code Repository
https://github.com/openplanets/jpylyzer
License
GNU Lesser
Debian Package http://deb.openplanetsfoundation.org/pool/main/j/jpylyzer/

Description

JP2 validator and properties extractor.

See also: http://www.openplanetsfoundation.org/blogs/2011-12-14-prototype-jp2-validator-and-properties-extractor

Successor to jp2StructCheck.

User Experiences

News Feeds

Release Feed

Activity Feed

Recent Commits to jpylyzer:master
Fixed typo that screwed up detection of LUT-based ICC profiles
Fixed AttributeError that occurred with Python 3.2
Fixed unicode decode error bug that occurred if file (path) contained non-ASCII characters
Report minimal info on unknown boxes
Fixed incorrect handling of single tile-part images with Psot=0
Fixed bug that caused erroneous foundSODMarker=False if tile part contained any optional markers; fixed some minor formatting issues in User Manual
Added license info to each module, added jpylyzerUserManual.doc + reference to debian/docs
updated README.md (again)
updated README.md
replace README with README.md
By default only report results of individual tests that failed, added --verbose switch which will force reporting of everything (second try)
By default only report results of individual tests that failed, added --verbose switch which will force reporting of everything
Added validator functions for Palette and Component Mapping boxes
Expanded and improved properties extraction from ICC profiles
Added checks for accuracy of number of tiles and number of tile parts per tile
Corrected minor code formatting issue
Improved parsing of marker segments within tile part, fixed problem with detection of SOD marker, fixed hang-up on malformed SOD marker
Updating and correcting copyright file (fixes #6)
Ammended copyright file, fixes #7
Fixing debian/rules file to check library links (fixes #5)