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

Fixed TiffHandlerState to allow for single-tiled small images. #269

Closed oscarkramer closed 3 years ago

oscarkramer commented 3 years ago

When working with small tiff images, where it is "tiled" but the number of tiles = 1, The TIFF handler state object incorrectly flagged the image as not tiled. Modified the logic so that even for single-tiled images, isTiled() returns true.