2004.01.23 04:48 "[Tiff] How to convert MINISBLACK to PHOTOMETRIC_RGB", by Pushkar Pradhan

2004.01.23 18:59 "RE: [Tiff] How to convert MINISBLACK to PHOTOMETRIC_RGB", by Pushkar Pradhan

You can rewrite such files using GDAL software. I have implemented Photometric setting as an option to the TIFF driver per your recent request. You can try to do something like:

$ gdal_translate -of GTiff -co "PHOTOMETRIC=RGB" bad.tif good.tif

Hi all,

I'm going to go with Andrey's suggestion of using the latest GDAL snapshot to convert it to RGB.

Off-topic:

It's sad that a software like MATLAB doesn't have options to do all this and doesn't even allow you to read/write TIFFs other than 8-bit, 16-bit. Moreover it reads in the whole image at once and there seems to be no option to read in strips/tiles.

This has really become a problem for me.

Pushkar