Ticket #2762 (new defect)
gdalwarp from 1 bit min-is-black tiff misses most of image in vertical stripes
| Reported by: | kyngchaos | Owned by: | rouault |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.8.1 |
| Component: | Utilities | Version: | 1.5.3 |
| Severity: | normal | Keywords: | GTiff |
| Cc: | warmerdam |
Description
Another one (trying to project these geotiffs) - I encountered a couple 1 bit geotiffs where the tiff "photometric interpretation" is min-is-black. GDAL sees this as:
Image Structure Metadata:
NBITS=1
Color Table (RGB with 2 entries)
0: 0,0,0,255
1: 255,255,255,255
When projected, only every 8th vertical line is projected. All else comes out black. It may be coincidence, but the tiff rows-per-strip is 8. Or it just may be related to the 8bit nature of GDAL's view of a 1bit image.
Occurs with both 1.5.3 and 1.6.0. The #2759 fix didn't help.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

