Hi Frank,<br>thx for very rapid response.<br><br>gdal_merge.py now work and the result is intellegible.<br><br>testing the result ,<br>I notice the result is a 256 color image.<br><br>Instead the starting image was true CCITTFax4 raster.<br>
This mean a huge dimension of files.<br><br>Is possible to have a real Tiff4 (1 bit color) image as result ?<br><br>Thx,<br><br>Andrea.<br><br><div class="gmail_quote">2011/9/2 Frank Warmerdam <span dir="ltr">&lt;<a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Andrea,<br>
<br>
I think the problem is that these are one bit files with<br>
a black/white color table and by default gdal_merge.py<br>
does not copy the color table.  If you add the -pct<br>
switch it should do so.<br>
<br>
I imagine the result file does have pixels with values of<br>
zero and one, but you won&#39;t see them as different in<br>
most viewers.<br>
<br>
Best regards,<br>
<div><div></div><div class="h5"><br>
On Fri, Sep 2, 2011 at 2:40 PM, Andrea Peri &lt;<a href="mailto:aperi2007@gmail.com">aperi2007@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt; I need to merge some Tiff4 (bw) raster and obtain 1 only more big tiff4<br>
&gt; raster.<br>
&gt;<br>
&gt; I&#39;m try-ing this with gdal_merge.py<br>
&gt; and using a comand like this:<br>
&gt;<br>
&gt; python gdal_merge.py -o ../raster/216.tif -n 1 -ot Byte<br>
&gt; ../raster/10k/216*.tif<br>
&gt;<br>
&gt; Unfortunately the resulted raster is intellegible (the input raster was all<br>
&gt; clearly visible).<br>
&gt; It is an all black image :(<br>
&gt;<br>
&gt; I tried also with option &quot;-n 0&quot; but the result is the same.<br>
&gt;<br>
&gt; I analyze the input raster using gdalinfo, and the result is this.<br>
&gt;<br>
&gt; ------------------<br>
&gt;&gt;gdalinfo.exe ../raster/10k/216100.tif<br>
&gt; Driver: GTiff/GeoTIFF<br>
&gt; Files: ../raster/10k/216100.tif<br>
&gt;        ../raster/10k/216100.tfw<br>
&gt; Size is 10065, 10049<br>
&gt; Coordinate System is:<br>
&gt; LOCAL_CS[&quot;unnamed&quot;,<br>
&gt;     UNIT[&quot;unknown&quot;,1]]<br>
&gt; Origin = (1561222.860009765700000,4927094.449960937700000)<br>
&gt; Pixel Size = (0.500000000000000,-0.500000000000000)<br>
&gt; Metadata:<br>
&gt;   AREA_OR_POINT=Point<br>
&gt;   TIFFTAG_RESOLUTIONUNIT=1 (unitless)<br>
&gt;   TIFFTAG_SOFTWARE=Arc/Info<br>
&gt;   TIFFTAG_XRESOLUTION=2<br>
&gt;   TIFFTAG_YRESOLUTION=2<br>
&gt; Image Structure Metadata:<br>
&gt;   COMPRESSION=CCITTFAX4<br>
&gt;   INTERLEAVE=BAND<br>
&gt;   MINISWHITE=YES<br>
&gt; Corner Coordinates:<br>
&gt; Upper Left  ( 1561222.860, 4927094.450)<br>
&gt; Lower Left  ( 1561222.860, 4922069.950)<br>
&gt; Upper Right ( 1566255.360, 4927094.450)<br>
&gt; Lower Right ( 1566255.360, 4922069.950)<br>
&gt; Center      ( 1563739.110, 4924582.200)<br>
&gt; Band 1 Block=10065x32 Type=Byte, ColorInterp=Palette<br>
&gt;   Image Structure Metadata:<br>
&gt;     NBITS=1<br>
&gt;   Color Table (RGB with 2 entries)<br>
&gt;     0: 255,255,255,255<br>
&gt;     1: 0,0,0,255<br>
&gt; -----------------<br>
&gt;<br>
&gt; What am I wrong ?<br>
&gt;<br>
&gt; Thx,<br>
&gt;<br>
&gt; --<br>
&gt; -----------------<br>
&gt; Andrea Peri<br>
&gt; . . . . . . . . .<br>
&gt; qwerty àèìòù<br>
&gt; -----------------<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; gdal-dev mailing list<br>
&gt; <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
---------------------------------------+--------------------------------------<br>
I set the clouds in motion - turn up   | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a><br>
light and sound - activate the windows | <a href="http://pobox.com/%7Ewarmerdam" target="_blank">http://pobox.com/~warmerdam</a><br>
and watch the world go round - Rush    | Geospatial Software Developer<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty àèìòù<br>-----------------<br><br>