<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=windows-1252"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Tim,<br>
I have a RGB-ised satellite image we are digitising from, but our
(oldish) software displays it as a red image.<br>
I fiddled around using tiffinfo on other images that display correctly
with this software, and noticed the difference in the Planar
Configuration. (Which also explains why we only see the red)<br>
Our Windows based R2V package allowed the conversion (which then
displays correctly in our Linux package), but I am looking for
something to do this conversion via a Linux bash script - and to make
minimum or no other changes to the Tiff image.<br>
<br>
Regards,<br>
Zoltan<br>
<br>
Got image:<br>
<blockquote type="cite">zls@gl0:/home/gisprojects$ tiffinfo P001.TIF<br>
TIFF Directory at offset 0x150e1684<br>
  Image Width: 12405 Image Length: 9475<br>
  Bits/Sample: 8<br>
  Sample Format: unsigned integer<br>
  Compression Scheme: None<br>
  Photometric Interpretation: RGB color<br>
  Image Description: "{\n  bandList = \n  [\n    3;\n    2;\n    1;\n 
]\n}"<br>
  Orientation: row 0 top, col 0 lhs<br>
  Samples/Pixel: 3<br>
  Rows/Strip: 84<br>
  Min Sample Value: 0<br>
  Max Sample Value: 255<br>
  Planar Configuration: separate image planes<br>
</blockquote>
But need as above, but with Planar Config as below::<br>
<blockquote type="cite">zls@gl0:/home/gisprojects/t4a/images/gurue$
tiffinfo P002.TIF <br>
TIFF Directory at offset 0x4458bf8<br>
  Subfile Type: (0 = 0x0)<br>
  Image Width: 12405 Image Length: 9475<br>
  Resolution: 0, 0 pixels/inch<br>
  Bits/Sample: 8<br>
  Compression Scheme: PackBits<br>
  Photometric Interpretation: palette color (RGB from colormap)<br>
  Artist: "R2V for Windows"<br>
  Host Computer: "PC/MS WINDOWS"<br>
  Make: "Able Software Corp."<br>
  Samples/Pixel: 1<br>
  Rows/Strip: 1<br>
 <font color="#ff0000"> Planar Configuration: single image plane</font><br>
  Color Map: (present)<br>
</blockquote>
<br>
<br>
<br>
<br>
Tim Sutton wrote:
<blockquote
 cite="mid:1875407469-1258022877-cardhu_decombobulator_blackberry.rim.net-1253426420-@bda033.bisx.produk.on.blackberry"
 type="cite">
  <pre wrap="">Hi

Do you mean you want to copy from a palletted tiff to an e.g. Single band greyscale tif? Or three bands each representing R, B, G? Bearing in mind that you will lose the colour info, you could do this using gdal_translate.

Regards

Tim
------Original Message------
From: Zoltan Szecsei
Sender: <a class="moz-txt-link-abbreviated" href="mailto:africa-bounces@lists.osgeo.org">africa-bounces@lists.osgeo.org</a>
To: <a class="moz-txt-link-abbreviated" href="mailto:africa@lists.osgeo.org">africa@lists.osgeo.org</a>
ReplyTo: Africa local chapter discussions
Subject: [OSGeo Africa] Converting TIFF image planes
Sent: Nov 12, 2009 10:35 AM

Hi,
I've had a look at some of the Linux tiff tools (eg tiffcp) but cannot 
find a way to command-line convert an RGB tiff image from separate image 
planes, to a single image plane.

Does anyone have any pointers, please?

Thanks &amp; regards,
Zoltan



  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Africa mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Africa@lists.osgeo.org">Africa@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/africa">http://lists.osgeo.org/mailman/listinfo/africa</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 

===========================================
Zoltan Szecsei
Director

Geograph (Pty) Ltd.
P.O. Box 7, Muizenberg 7950, South Africa.

65 Main Road, Muizenberg 7945
Western Cape, South Africa.  

34° 6'16.35"S 18°28'5.62"E 

Tel: +27-21-7884897  Mobile: +27-83-6004028
Fax: +27-86-6115323    <a class="moz-txt-link-abbreviated" href="http://www.geograph.co.za">www.geograph.co.za</a>
===========================================</pre>
</body>
</html>