ossimlabs / ossim

Core OSSIM (Open Source Software Image Map) package including C++ code for OSSIM library, command-line applications, tests, and build system
MIT License
295 stars 142 forks source link

Add Text Segment loading and fix MTIMSA tag. #272

Closed tclarke closed 3 years ago

tclarke commented 3 years ago

Can now load and access text segment data from 2.0 and 2.1 NITFs. MTIMSA tag had no serializer so it was not possible to access the raw tag data or write to a NITF. This has been added.