Ticket #1649 (closed defect: fixed)
NITF reader not picking up jpeg entry.
| Reported by: | dburken | Owned by: | dburken@… |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Algorithms/Functionality | Version: | ossimPlanet Roadmap |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
The nitf reader was not picking up the second entry which was jpeg compressed. Found ossimNitfTileSource::scanForJpegBlockOffsets method which looks for:
Start of Image SOI 0xFFD8 End of Image EOI 0xFFD9
Not handling case where two FF bytes in a row. So it was not finding FF FF D9.
Added loop to skip FF's.
Change History
Note: See
TracTickets for help on using
tickets.

