Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need extensible image types #1

Open
mbeckerle opened this issue Jan 18, 2017 · 1 comment
Open

Need extensible image types #1

mbeckerle opened this issue Jan 18, 2017 · 1 comment
Assignees

Comments

@mbeckerle
Copy link
Member

The image types in NITF are a small set - no compression, jpeg, jpeg2000, etc.

Users may only have DFDL schemas for some of those. So the NITF schema shouldn't require them to be present. Instead, a set of dummy definitions for them should be placed in src/test/resources so that NITF can be used and tested in isolation, but in a "real" use, the classpath would hold the real schemas for the image types.

This is similar to the message_size element that was done in mil-std-2045 DFDL schema. https://github.com/DFDLSchemas/mil-std-2045

@stevedlawrence stevedlawrence self-assigned this Jan 18, 2017
@stevedlawrence
Copy link
Member

This was completed for jpeg since a schema exists for jpeg. All other image types are just treated as hex binary blobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants